Esempio n. 1
0
 private void Start()
 {
     go         = StartAlice.playerPart.parent.FindChild("Model").gameObject;
     startAlice = GameObject.Find("_StartGame").GetComponent <StartAlice>();
 }
 private void Start()
 {
     startAlice = GameObject.Find("_StartGame").GetComponent <StartAlice>();
     initScrollView();
 }