Home > database >  Animation not looping in Unity
Animation not looping in Unity

Time:06-24

I can't figure out how to make this animation loop in Unity, the blue bar just stops. I'm probably missing something very obvious, I'm just learning how to animate. Thanks!

Picture of the problem --> https://imgur.com/a/C8XqyUQ

CodePudding user response:

Double-click the state to open the animation clip settings. You need to tick the Loop Pose setting to make it looping

CodePudding user response:

select the animation in the folder and tick on the loop pose to make it loop, thanks

  • Related