示例#1
0
 void startGame()
 {
     DontDestroyOnLoad(this.gameObject);
     Debug.Log("voy a instanciar");
     NetworkView.Instantiate(manager);
     Debug.Log("termino de instanciar");
 }