UnityGLTFExporter
Export unity scene to gltf, forked by sketchfab/Unity-glTF-Exporter.
Usage
Double click bin/GLTFExporter.unitypackage and import all to your project, then check the ‘Topbar -> Tools -> Export to GlTF’.
Features
- Remove steps like logging, uploading…
- Use original animations’ name(ani1, ani2…) and meshes’ name(mesh_m1, mesh_m2…) like in unity instead of hash.
- For nodes, exported name will keep it’s hierarchy(root->left1->name => node_root-left1-name) to aviod parsing error.
- Support export lights(point, directional, spot).