Version: 2018.2
Importing non-humanoid animations
Model tab

Model Import Settings window

The Import Settings window
The Import Settings window

When you put Model files in the Assets folder under your Unity Project, Unity automatically imports and stores them as Unity Assets. To view the import settings in the Inspector, click on the file in the Project window. You can customize how Unity imports the selected file by setting the properties on four tabs on this window:

Model tab
A 3D Model can represent a character, a building, or a piece of furniture. In these cases, Unity creates multiple Assets from a single model file. In the Project window, the main imported object is a model Prefab. Usually there are also several Mesh objects that the model Prefab references.

Rig tab
A Rig (sometimes called a skeleton) comprises a set of deformers arranged in a hierarchy that animate a Mesh (sometimes called skin) on one or more models created in a 3D modeling application such as as 3ds Max or Maya. For Humanoid and Generic (non-humanoid) Models, Unity creates an Avatar to reconcile the imported Rig with the Unity GameObject.

Animation tab
You can define any series of different poses occurring over a set of frames, such as walking, running, or even idling (shifting from one foot to the other) as an Animation Clip. You can reuse clips for any Model that has an identical Rig. Often a single file contains several different actions, each of which you can define as a specific Animation Clip.

Materials tab
You can extract Materials and Textures or leave them embedded within the model. You can also adjust how Material is mapped in the Model.

See also


Importing non-humanoid animations
Model tab