| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/ModelImporterGenerateAnimations.html | [Back] [Original] |
Animation generation options for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.
Additional resources: ModelImporter.generateAnimations.
| Property | Description |
|---|---|
| None | Do not generate animations. |
| GenerateAnimations | Default animation import mode (All animations are stored in the root object). |
| InRoot | Generate animations in the transform root objects. |
| InOriginalRoots | Generate animations in the root objects of the animation package. |
| InNodes | Generate animations in the objects that animate. |
| Web Proxy Viewer | New URL | Original Page |