This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

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?

Godot version 3.4
in Engine by (16 points)

1 Answer

0 votes

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

by (8,188 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.