How to fix when Animation Tree and Animation Player run at the same time?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IgorArts

When working on the animations, I accidentally played both the anim tree and the anim player. Now, the animations mix together so the player is mixing the idle/walk animation. How do I fix it?

:bust_in_silhouette: Reply From: Inces

This can’t modify your animation file forever. If You dont call animation player and only call AnimationTree methods it should work normally. If it still doesnt work make sure You set up AnimationTree blending nodes correctly. Mixing animations is what it does by default, You need to clearly separate animation state for it to work, check it out in tutorials