void Awake () { animator = GetComponent<Animator> (); anim = GetComponent<AnimatorAccess.ExamplePlayerAnimatorAccess> (); }
void Awake() { animator = GetComponent <Animator> (); anim = GetComponent <AnimatorAccess.ExamplePlayerAnimatorAccess> (); }