How to import Avaturn avatars into Unity
Avaturn exports avatars in GLB format. Unity does not load GLB natively, but there is a convenient package for it called GLTFast. With GLTFast you can load GLB in editor or at runtime. Please see a video below.
Tips
- Use environment map, otherwise metallic garments will look black.
- Tested with GLTFast 5.2, should work with any version.
Using FBX
info
THIS APPROACH IS NOT RECOMMENDED! It's better use the method above instead.
To load Avaturn avatar as FBX:
- Download a GLB from Avaturn
- Use
GLB -> FBX converterto get an FBX compatible with Unity. It's import to selectUnityas engine in the converter settings. - Drag and drop
FBXinto Unity. - Import manually metalness map and adjust
Smoothnessin materials if needed.
Video tutorial: