Ejemplo n.º 1
0
    void Start()
    {
        GameObject obj = GameObject.FindGameObjectWithTag("ExperimentoClorato");

        _experimento = obj.GetComponent <ExperimentoClorato>();
    }
Ejemplo n.º 2
0
 void Awake()
 {
     _instancia = this;
     _activo    = false;
 }