[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/ModelImporterGenerateAnimations.html [Back]  [Original]

Unity - Scripting API: ModelImporterGenerateAnimations
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    ModelImporterGenerateAnimations

    enumeration

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    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.

    Properties

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

    Web Proxy Viewer  |  New URL  |  Original Page