Beispiel #1
0
 void Awake()
 {
     instance    = this;
     carTrainer  = CarTrainer.instance;
     raceManager = RaceManager.raceManager;
     AnalysePlotArea();
 }
Beispiel #2
0
 void Awake()
 {
     //Application.targetFrameRate = 60;
     Application.runInBackground = true;
     instance = this;
 }