Plattar / gltf-exporter

Unity3D GLTF2 importer and exporter toolchain
Apache License 2.0
233 stars 32 forks source link

Export GLTF embedded rather than with separated textures / bin #14

Open chaosmonger opened 2 years ago

chaosmonger commented 2 years ago

As per title. Now if I export an object, it creates 3+ files: the GLTF file, the BIN file and N# files per textures. But what if I want a single file embedding all of that? Is this possible by changing the script? Would be nice to have an option to choose between "GLTF separated" and "GLTF embedded". Thanks a lot!

vulture-boy commented 2 years ago

Would love an embedded GLB export option! I'm finding it's more widely supported for web.

DavidArayan commented 1 year ago

We will be looking into this for the future

yosun commented 1 year ago

Export to glb seems an appropriate missing method in this library.