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