Animation error when playing Upperbody Layer on NavMeshAgentMovement

Hi,
I have a custom ability called Wave, the animation is put on Upperbody Layer.
However, When I play the NavMeshAgentMovement ability along with the Wave ability but the legs animation is not working.
How can I fix the problem?

Please check the attached file.
Thank you,
 

Attachments

  • ice_video_20221107-233823 (2).gif
    ice_video_20221107-233823 (2).gif
    102 KB · Views: 4
It doesn't look like you are using root motion so the NavMeshAgent will move the character instead of the animations.
 
Thank you for your reply, but the NavMeshAgent's animation works fine if it is the only active ability. The problem occurs when NavMeshAgent and Wave are active at the same time.

Please take a look at my configs.

1667904847708.png
 
You aren't using root motion so the character will move according to the NavMeshAgent rather than the animation. You should either prevent the character from moving within your wave ability, or you should use root motion so it will move the character according to the animation.
 
Top