Importing Models

Importing FBX / GLTX / Obj models at Runtime

Trilib: Importing Humanoid Models at Runtime

Can test avatars in the web importer here: https://ricardoreis.net/trilib/trilib2demo/avatarloader/

Follow directions here: https://ricardoreis.net/avatar-importing/
TriLib comes with the Mixamo and Biped Humanoid Avatar Mapper, which contains the settings to load characters rigged in Mixamo or created using 3Ds Max Biped, among other common bone hierarchies.

-It is important that your model is in T-Pose or Star-Pose.

Only FBX and GLTF file formats work as Avatars.

You can easily include your own bone-mapping schemes by inheriting the ByNameHumanoidAvatarMapper class or simply creating an instance from the class on your Assets and adding the name-mapping manually.

Here is a sample with all bone names accepted by the Mixamo and Biped Humanoid Avatar Mapper:

1100