Select your preferred scripting language. All code snippets will be displayed in this language.
Animation generation options for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.
See Also: ModelImporter.generateAnimations.
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. |