How to find out how much frames an animation has in unity?

Hi,

I imported an animation from Animeeple into Unity3D and have no idea how much frames this animation has. Wouldn’t it be nice to see a property like “total animation frames” in the inspector?

Or is there already something like that and I’ve just overseen it?

Greetings,

Josef

Edit: If I have to split an animation I like to know which frame is the last one.

you can see your total number of frame scrubbing to the end of your animation from the animation editor.

or if you know the total length in seconds of your animation with the framerate of this particular animation you can find out the number of frame also.

hope that help…but not sure how Animeeple things work but I am surprised that there isn’t something that give you info about that.