Avatar Importing
TriLib allows importing characters to use as Unity Avatars.
To achieve this, TriLib uses classes that inherit the HumanoidAvatarMapper class, which are responsible for mapping the character bones with Unity Avatar Humanoid Muscles.
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 standard bone hierarchies.
You can easily include your bone-mapping schemes by inheriting the ByNameHumanoidAvatarMapper class or simply creating an instance from the class in your Assets and manually adding name-mapping.
You can use the Mixamo and Biped Avatar Mapper as a template, if you don't want to build it programatically.
Just click with the right mouse button in your "Project Explorer" inside Unity and select "Create->TriLib->Mappers->Humanoid-> Mixamo and Biped by Name Humanoid Avatar Mapper".
When creating the Avatar Mapper, you can set up the name matching there. The highlights are:
1) This is the list of the bones name-matching.
2) The "Human Bone" dropdown lets you select the Unity Humanoid Bone to be mapped on the given item.
3) The "Bone Names" list lets you add multiple Transform names to be matched when TriLib is trying to find the right Transform for the given item.
Here is a sample with all bone names accepted by the Mixamo and Biped Humanoid Avatar Mapper:
Notes:
- Your model must be in T-Pose or Star-Pose.
- Only FBX and GLTF file formats work as Avatars.
You can test your Avatars at: