Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     score = score_control.GetComponent <score_control>();
     spawn();
 }
Exemplo n.º 2
0
    // Start is called before the first frame update
    void Start()
    {
        GameObject manager = GameObject.Find("score_manager");

        scores = manager.GetComponent <score_control>();
    }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     scores = score_manager.GetComponent <score_control>();
 }