Batch Export multiple models as GLTF/GLB
Would it be possible to add a feature where you can batch export multiple models as GLTF and GLB? I would like to see that as a feature for Unity glTFast if possible.
Hi,
thanks for your interest!
Can you elaborate how one would use that feature (as in rough step-by-step or pseudo code snippet, if it was meant as API).
I assume you mean some kind of Editor user interface that exports, lets say all root level GameObjects as separate glTFs, right?
Yes that is correct. If you select multiple objects, you would be able to batch export as GLTF and GLB.
Interesting idea.
Currently all of the menu entries for exporting glTF open a modal output destination dialog (system default). Long-term we would want a custom dialog that allows to adjust export settings. Said dialog could also have options to export a multi-selection as batch of glTFs.
For now there's no immediate plan to action on my end, but I'd gladly review a contribution.
Okay thank you.