Hello!
I have some 3D models in the GLB format which I need to import into my project.
Unfortunately, when importing the models, a model’s skeleton isn’t imported. The only way I have gotten the skeleton to be included is by converting the models to the FBX format in Blender and importing that way. However, in that case, the materials aren’t imported correctly. Therefore, the only method I have been able to use is importing both formats, using the mesh and skeleton from the FBX files, and manually pairing the models’ components with the materials from the GLB files.
I imagine there must be a simpler method, allowing me to simply get all this information from a single file format. Can anyone provide any help or insight on the matter?
The models are from Snapchat’s new Bitmoji for Games SDK.