How to Animate a Character

Hi,
So I have been working on a game. I have decided to start doing animations for my character. Since my character is a bit weird, I have been using Unity’s free Robot off the asset store to try and animate. I have set up his rigs and IK’s as well as set up a blend tree as best I can. Now I have a problem. I don’t know how to animate my character. I open up the animation tab and the only thing it will allow me to do with the robot is to move the whole object like you would a cube. I don’t want this though. I want to be able to move his arms and what not in order to make him run, jump, etc. I also don’t want em’ off the asset store. I want to make them custom. So someone please tell me what I’m doing wrong here.

Note: I’m talking about the actually animations not the stupid animator controller which every video by Unity video is about.

The Animation window is for legacy animation. (Technically it’s for any properties that you want to change over time with curves.) But, in any case, it’s not compatible with Mecanim.

If you’re using Mecanim (and it sounds like you are, with blend trees and IK’s), you’ll need to create your animations in an external tool such as Blender, export them as FBX files, and import the FBX files into Unity. Your model and animations should be imported using the same Rig type (Humanoid or Generic).

If you’re using legacy, your model’s Rig should be imported as Legacy. With legacy, your model should have an Animation component, not an Animator component. Select your model, then in the Animation window select [New Animation] from the drop-down. Then you can add curves to any properties (typically the transforms of your model’s bones) and adjust them at various keyframes.

i make stuff in blender you can anamate it and to import it just save the file in the assets folder

Mixamo is easier, just add the animations you need, download the fbx file for the character (You can make your own character)Btw basic animations are free!. Import the asset to unity and there you go! More detailed tourtial here. https://community.mixamo.com/hc/en-us/articles/204581427-Tutorial-Mecanim-Advanced-Animation