Ejemplo n.º 1
0
 private void Awake()
 {
     NameIF     = GameObject.Find("NameInputField").GetComponent <InputField>();
     ScoreTable = GameObject.Find("TableCtl").GetComponent <ScoreCnt>();
     ResCnvCtl  = ResultsCanv.GetComponent <ResultsCanvasCtrl>();
     ResetToStartState();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     init_entry = GameObject.Find("Entry");
     init_entry.SetActive(false);
     ContentGO     = GameObject.Find("Content");
     ScoreTableCnt = GameObject.Find("TableCtl").GetComponent <ScoreCnt>();
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Awake()
 {
     ResCnvCtl     = GameObject.Find("ResultsCanvas").GetComponent <ResultsCanvasCtrl>();
     ScoreTableCnt = GameObject.Find("TableCtl").GetComponent <ScoreCnt>();
     ResetAllWindows();
 }