Hi, anyone know if some kind of exporter already exists that I could use? Has anyone already done this?
Thanks
Hi, anyone know if some kind of exporter already exists that I could use? Has anyone already done this?
Thanks
We have a script which can load an obj file and create entities with model components here:
You could write something similar, but in reverse - use entity (with model or render component), and convert those to obj file format.
Not much code most likely, so a possible option.
The other related option would be to export to glb or usdz, for which we have code and example:
https://playcanvas.github.io/#/loaders/gltf-export
https://playcanvas.github.io/#/loaders/usdz-export
Great. Thanks for the pointers!