Add animations to the 3rd person controller script

I’ve added the third person controller script from the standard controller assets to my character. When I dragged the idle, walk and jump animations, which i created myself, into the inspector of the script, the character doesn’t animate a thing.

I also noticed that the untouched third person controller has some issues with the animation…

I’m using the latest free version of unity, I tried all different import settings.

I’ve found it out. You need to attach an animation and add all the clips to it. The script inspector of the third person controller script uses those public clips’ names to compare with the animation.