Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     nextImage = GameObject.Find("Canvas/Image").GetComponent <Image>();
     score     = GetComponent <Score_Tracker>();
     NextBlock();
     CreateBlock();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     nextImage = GameObject.Find("Canvas/Image").GetComponent<Image>();
     score = GetComponent<Score_Tracker>();
     NextBlock();
     CreateBlock();
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 4
0
 void Start()
 {
     score = GameObject.Find("GameManager").GetComponent<Score_Tracker>();
 }
Ejemplo n.º 5
0
 void Start()
 {
     score = GameObject.Find("GameManager").GetComponent <Score_Tracker>();
 }