godot-rpg2d icon indicating copy to clipboard operation
godot-rpg2d copied to clipboard

Animations mishap

Open footballdaddy opened this issue 10 years ago • 1 comments

Players will move up/and in idle and/or npc's wil follow stop animation with west idle. Any way tips to figure out to fix this?

footballdaddy avatar Apr 28 '16 22:04 footballdaddy

Sorry, I haven't touched this in ages. Seems be something with the AnimationTreePlayer that is buggy, as if I play the idle animation directly in the AnimationPlayer, it works fine but if I play through the AnimationTreePlayer it always flashes with the north idle animation (you can try this by opening the player or NPC scene, clicking on the treeplayer node, clicking the play button in the editor and then editing the transition nodes).

My guess is that ATP is not handling well animations that does not change a value.

vnen avatar Apr 29 '16 00:04 vnen