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