Avatar in.fbx format along with texture and animation from web

Hi,

We are using the tool Marvelous Designer to create avatar(.fbx) with dress texture and animation and we need to access the complete scene from babylonjs.

we tried using the tool FBX2glTF but we are not able to replicate with external textures which r used in used in .SBSAR format

Any option where we can directly load the asset in .fbx format and run from web ?

Thanks
vijay

There was some discussions about a fbx loader for Babylon.js in this thread:

From what I gathered, using the assimp library to convert the fbx may be a better solution than to write a fbx loader…