facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Other
2.06k stars 330 forks source link

Project Abandoned? Alternatives? #283

Open gridwalk opened 3 years ago

gridwalk commented 3 years ago

Looks like there are lots of open issues without any responses. This would be fine except I'm not sure there are any viable alternatives right now. The GLTF spec is actively changing and getting new features, so it would be ideal to have the FBX converter taking advantage of the latest and greatest or at least reliably converting without as many bugs.

Anyone know of any alternative methods for converting FBX to GLB? Command line tools are also fine.

kungfooman commented 3 years ago

I still rely on FBX2glTF to get some models converted and the results are not "perfect", but I can easily enough fix the last things in Blender... but yea, always a bit sad when projects are abandoned.

Instead of looking for a 100 % replacement just look at the network graph and find an active fork: https://github.com/facebookincubator/FBX2glTF/network

You can also of course learn C++ yourself and maintain your own fork.