How to make my model walk?

How do I make my model walk and turn with the arrow keys or WASD? I have this:

But it will not walk any farther. It just stays in the loop. How can I make it do that? And how can I control it with the arrow/WASD keys?
Thanks for all your help!! :grinning:

It looks like it is animating the root bone as well rather than animating in place.

In this case, you would want an animation that just animates in place so you can move the entity position in code.

Hi @HTML_Celeb,

If you are using mixamo animations make sure to check In Place before exporting it.

2 Likes

Thank you! That helps! But how do I make it move?