Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CopyFromOtherCopy the Avatar from another model.
CreateFromThisModelCreate the Avatar from this model and save it as a sub-asset.
NoAvatarDisable Avatar creation for this model.