Exemplo n.º 1
0
 void Awake()
 {
     blackmask = this;
     this.gameObject.SetActive(false);
 }
Exemplo n.º 2
0
 void Awake()
 {
     _instance = this;
     this.gameObject.SetActive(false);
 }
Exemplo n.º 3
0
 void Awake() {
     Instance = this;
     this.gameObject.SetActive(false);
 }