I can't get my animation to loop?

For the game I’m making I imported an asset from unity store. Pretty standard. But when I put the animations in, it only does it once and then the character is seen moving without an animation towards the player.


Thanks in advance.

I can’t tell much from what I see. But I guess it’s because you didn’t put a condition on the transition from Walk —> Attack

So as soon as the Walk animation finishes, it goes to the Attack state and stays there.

See if adding a condition for the transition fixes your problem