Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ModelImporterGenerateAnimations

Animation generation options for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum ModelImporterGenerateAnimations

Remarks

Additional Resources: ModelImporter.generateAnimations.

Fields

Value

Description

GenerateAnimationsDefault animation import mode (All animations are stored in the root object).
InNodesGenerate animations in the objects that animate.
InOriginalRootsGenerate animations in the root objects of the animation package.
InRootGenerate animations in the transform root objects.
NoneDo not generate animations.