void Awake()
 {
     instance = this;
     child = transform.GetChild(0);
     Hide();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     instance = this;
     child    = transform.GetChild(0);
     Hide();
 }