Animating Models in Unity
Creating Animation Clips
An Animation Clip is a container for animation data that can be used to animate characters or objects in Unity.
Creating a New Animation Clip
To create a new Animation Clip, select the model you want to animate in the Hierarchy view and click Create > Animation > Animation Clip in the menu bar.
Importing a Model with Generic Animations
If you have a model that already has animations, you can import it into Unity and use the generic animation system.
To import a model with generic animations, drag the FBX file into the Project view and select Import.
Comments