Ejemplo n.º 1
0
 private void Awake()
 {
     singleton  = this;
     nodePrefab = Resources.Load("NodePrefab") as GameObject;
     createGrid();
 }