Anim state loop

Hi,

Within anim graph states is it possible to set the animation to loop but a specific amount of times say four times for example?

thanks!

Hi @jono3d,

I think that’s not possible out of the box, @Elliott may know more.

One way to do this manually is to set it to loop and use animation events to count how many times it will play in full (or any other custom event of yours can be added). Check this engine example:

https://playcanvas.github.io/#/animation/events

1 Like

Not possible out of the box unfortunately, you would have to manually count them

3 Likes