# ModelImporterAvatarSetup

> Set the Avatar generation mode for ModelImporter.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum ModelImporterAvatarSetup
```

## Remarks

Additional Resources: [ModelImporter.avatarSetup](/engine/6000.6/script-reference/unityeditor/modelimporter/avatarsetup.md).

## Fields

| Value                                                                                                              | Description                                                   |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
| [CopyFromOther](/engine/6000.6/script-reference/unityeditor/modelimporteravatarsetup/copyfromother.md)             | Copy the Avatar from another model.                           |
| [CreateFromThisModel](/engine/6000.6/script-reference/unityeditor/modelimporteravatarsetup/createfromthismodel.md) | Create the Avatar from this model and save it as a sub-asset. |
| [NoAvatar](/engine/6000.6/script-reference/unityeditor/modelimporteravatarsetup/noavatar.md)                       | Disable Avatar creation for this model.                       |
