Animated character won't animate

Hi all,

I am new to unity and just running through a few tutorials, However I have run into an issue and am unaware how to solve the problem. I am currently following this tutorial http://www.unitylabs.net/tutorials/character-controllers/third-person-character-controller/1 but I am using my own model made in blender and animated. The problem I am having is that unity wont play the animations I have specified it to play.

It does automaticaly play the animations before I add the script so I know that they are there but it just won’t play them when the script is applied.

My project can be downloaded from http://www.newmedia.artdesignhull.ac.uk/pstarkey/download.html

I hope one of you can point me in the right direction as this has bugged me for days.

Thank you in advance

You must set animations in animation inspector.There is automatically generated for model to paly animation.But you must set them.for Example run:1 to 30
walk 30 to 60 idle 60 to 80

I have defined the animations frames in the animation inspectior. I think so any way, unless I have done it in the wrong place.

334109--11739--$animation_image_182.jpg

Unity creates two animations clips for each animation (must be for two objects, but it might be something that I should look into), so you have to pick right animations when dropping into your model.

Thank you so much. It was a stupid mistake on my part. I never dropped the animations onto the character.