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