Assets/Scripts/PlayerController.cs @@ -63,7 +63,7 @@ { get { return animator.GetBool(AnimationStrings.canMove); return animator.GetBool(AnimationStrings.canMove) && !PauseMenu.GameIsPaused; } }