com.unity.cloud.gltfast icon indicating copy to clipboard operation
com.unity.cloud.gltfast copied to clipboard

Batch Export multiple models as GLTF/GLB

Open Lilothestitch16 opened this issue 2 months ago • 4 comments

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.

Lilothestitch16 avatar Oct 22 '25 15:10 Lilothestitch16

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?

atteneder avatar Oct 22 '25 16:10 atteneder

Yes that is correct. If you select multiple objects, you would be able to batch export as GLTF and GLB.

Lilothestitch16 avatar Oct 22 '25 16:10 Lilothestitch16

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.

atteneder avatar Oct 22 '25 22:10 atteneder

Okay thank you.

Lilothestitch16 avatar Oct 22 '25 23:10 Lilothestitch16