Do animation events clean themselves up

Do you have to disconnect each animation event you make. or once the animation is finished do they clean themselves up?

Unless an animation is looped or played in a loop. It will stop/clean itself on its own after it has been played. This depends on the Animation Priority as well.

1 Like

Thanks, when you stop manually stop the loop. the animation will clean itself?

Yes all you have to do is - Make ‘Looped’ false and run the Stop() function on the animation to properly clean it up!

1 Like