示例#1
0
 void SearchObjects()
 {
     singletonObject = GameObject.Find("ObjetoSingleton");
     singletonObject.GetComponent <MusicSingleton>().PlayRelax();
     gameController = GameObject.Find("ControladorJuego").GetComponent <ControladorjuegoRelax>();
     hiddenScreen   = GameObject.Find("OscurecerPantalla");
 }