ModelImporterAvatarSetup
Set the Avatar generation mode for ModelImporter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ModelImporterAvatarSetup
Remarks
Additional Resources: ModelImporter.avatarSetup.
Fields
Value | Description |
|---|---|
| CopyFromOther | Copy the Avatar from another model. |
| CreateFromThisModel | Create the Avatar from this model and save it as a sub-asset. |
| NoAvatar | Disable Avatar creation for this model. |