Topic was automatically imported from the old Question2Answer platform.
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?
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