What are the plans for the glTF exporter?

Hi ,

I reached out to the team that owns the plugin and got the following information. The GLTF exporter is currently in maintenance mode and there is no immediate plan to increase its feature set. We still fix bugs and make sure it stays compatible with newer engine releases. The team would be interested into ingesting Pull Requests that improve the plugin in terms of performance or adds extra feature as long as it doesn’t break.

This leaves you with 2 options:

  • Editor the plugin in place so you inherit bug fixes or API fixes when a new version is released.
  • Copy the plugin under you project. You fully own the “new” plugin and can change it in ways we could not accept for the main plugin. You can still benefit from our maintenance work but merging could become more challenging if the code bases diverge too much.

Regards

Martin