Esempio n. 1
0
    void Start()
    {
        uiFunctions = GameObject.FindGameObjectWithTag("GameManager").GetComponent <UIfonctions>();

        restart.gameObject.SetActive(false);
        home.gameObject.SetActive(false);

        InvokeRepeating("updatscore", 1.0f, 1.0f);
    }
Esempio n. 2
0
 public void Start()
 {
     uiFunctions = GameObject.FindGameObjectWithTag("GameManager").GetComponent <UIfonctions>();
     canSpawn    = true;
 }
Esempio n. 3
0
     void start()
 {
     uiFunctions = GameObject.FindGameObjectWithTag("GameManager").GetComponent<UIfonctions>();
 }