Closed DimplesHei closed 1 month ago
If you want to convert gltf+bin to GLB:
use .SaveGLB
instead of .SaveGLTF
or use the .GLB extension in the file when saving
use .SaveGLTF can I save only one file .gltf? Merge bin into gltf?
glTF has two modes:
So if you want a single file, you must use .GLB
thanks.
SaveGltf, How to merge gltf and bin into one file.