Does my model have animation?

Hi guys,

I had a friend model up a character for me with animations ( walk cycles etc) and he exported it to fbx for me, the problem is when I imported it into unity and pressed play there were no default animations. But when I did this with the Lerpz model from the Lerpz tutorial I did see the animation working.

So my question is, is there a way to check if the model actually does/does not have animation with it? Just so I know if the problem is with me or my friend. He’s pretty sure he did export it with animation and said it worked when he tested it.

Thanks.

You can check by selecting the model and looking in the inspector - it should have an animation component attached. If the component is there then check that you either have the Play Automatically setting enabled or that you run the animation explicitly from the script (please post your code if you are in any doubt about it).