Import animations

    To animate a model, you need to use three kinds of assets together:

    • models
    • skeletons
    • Drag the model file from Explorer to the Asset View (in the bottom pane by default).

    Alternatively, in the Asset View:

    1a. Click Add asset and select Import directly from files.

    2b. Browse to the file and click Open.

    • Specify whether you want to import the 3D model, animation, or skeleton from the model file.

    • If you choose 3D model, Xenko can import any additional materials, textures and skeletons it finds in the model file. You can also import the skeleton from the model (Import new skeleton), import no skeleton (Don't use skeleton), or specify a different skeleton (Use existing skeleton) in the lower field.

    Choose asset type

    • If you choose Skeleton, Xenko imports only the skeleton from the model file. You might want to do this, for example, if you want to use it for a new skeleton that uses a subset of its nodes.

    After you import the assets, Game Studio adds them to the Asset View.

    You can view and edit their properties in the Property Grid (on the right by default). For more information, see Animation properties.

    Properties

    Note

    Make sure you correctly skin your mesh to the skeleton. If you don't, you won't be able to animate your model correctly.