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:
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.
When moving is reproduced as well only the first frame of the walking animation.