Is it possible to export GLB(glTF) with animation programmatically without UnityEditor?

Hi.

I’d like to export GLB(glTF) with Programmatically without Unity Editor.
Is it possible?

Thanks!

Yes. In the sense that it is absolutely possible to write such exporter from scratch.

It is unknown (to me), however, if such exporter is already available as a package.

Yes, its perfectly possible, there is glTFast

and there is the Khronos Unity glTF plugin which stalled for a long time, but has gained traction again on the dev branch

Both of them support gltf runtime export

3 Likes