void Awake() { Instance = this; for (int i = 0; i < this.transform.childCount; i++) { Transform child = this.transform.GetChild(i); child.gameObject.SetActive(false); } }
void Awake() { Instance = this; }