Changing my character's running/walking/crouching/idle animations

Hi!
So, when I added by character as the third person controller, everything was great, but the problem was he was using Ethan’s animations.
I would like to know how I can replace those animations with the animations that I have, if possible.
Thank you!

Well since you have animations already made, ensure that the rig you used for the animations matches (or almost matches) Ethan’s rig, or the animations will look weird.

And then you just need to select your Character and look at the component attached to it called “Animator”.
Double click on the Animation Controller that is attached to the Animator component. Then you should be able to see all of the animation states that it has.

Clicking on an animation state will show you its details in the inspector. One of the fields shown will be the animation file that will be played in that state. Just drag and drop your animation file into it.

I hope this answer at least points you in the proper direction. :slight_smile: