Esempio n. 1
0
 void Start()
 {
     data = GameObject.FindGameObjectWithTag("GameManager").GetComponent <InputProcessStage3> ();
     anim = GetComponent <Animation> ();
     anim.Play("Looking_around");
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     data = GameObject.FindGameObjectWithTag("GameManager").GetComponent <InputProcessStage3> ();
 }