3D animation

Hey guys just need to know if there is anyone out there that knows if its possible to tell if an animation is done after running its frames. If so, any links would be appreciated :slight_smile:

animation.isPlaying?

Another approach would be to spin up a Coroutine that is based on animation.clip.length, and when that completes raise some manner of OnAnimationFinished event of your own.

Thanks a bunch :slight_smile: