void Awake()
 {
     Current = this;
     ResBrowser.Instantiate();
     Data = Teren.terrainData;
     EnvPaths.CurrentGamedataPath = EnvPaths.GamedataPath;
 }
Esempio n. 2
0
 void Awake()
 {
     Current = this;
     ResBrowser.Instantiate();
     EnvPaths.CurrentGamedataPath = EnvPaths.GamedataPath;
 }