- Home /
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.
Answer by NickP_2 · Jan 25, 2014 at 06:07 PM
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
.
Your answer

Follow this Question
Related Questions
Third Person Aiming 0 Answers
Animating but not moving 1 Answer
Adding MidAir Movement to Default Third Person Character 1 Answer
Original 3rd person constroller animator settings. 0 Answers