Пример #1
0
 /// <summary>
 /// Calls the PlayerAnimatorController to play the proper animation
 /// </summary>
 void UpdateAnimator()
 {
     playerAnimator.UpdateAnimator();
 }