Ejemplo n.º 1
0
 public void OnDestroy()
 {
     _instance = null;
 }
Ejemplo n.º 2
0
 public void Awake()
 {
     _instance = this;
     Label     = GetComponentInChildren <Text>();
     gameObject.SetActive(false);
 }