Hi! I encountered a new problem after updating Unity to the latest version.

Apparently in my game, battle is loaded in a different scene, but after the battle when the main scene is loaded the player's animation is forever stuck in battle idle animation (mecanim). Meaning the player's run animation and other animation won't play. If I try to trigger other animations to play (for example Idle animation), the player get stuck in that animation instead. What should I do?

Thanks!
  • Depends on your animator controller's setup - e.g. if the idle animation is played due to a bool parameter, it'd keep playing until the parameter is reset.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.