Cycle and playback animation

I created a small scene with my first character with animations and added him a movement script as well as AnimationTree to give him the ability to move from the Idle animation to the animation of walking.
The main problems that I noticed:

  1. Animation of Idle is played only once at the start of the game, and then the character just freezes in the position of the initial frame.
  2. When moving is reproduced as well only the first frame of the walking animation.
  1. you can loop your animation using:

when editing animation in AnimationPlayer

which exact version of Godot are u using? (make sure to include this information in any new forum post)

animations didn’t work for me at all

After looping the animations, everything worked. Thank you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.