Ejemplo n.º 1
0
 void Awake()
 {
     // Cache animator component.
     animator = fighterSprite.GetComponent <Animator> ();
 }