Hi all,
Like the title says, I need to load industrial mesh file formats (like .step/.stp/.dwg) at runtime on a Linux build.
I have access to the enterprise license and PIXYZ but that seems to be windows only.
What’s the best solution at the moment to achieve this?
Thanks in advance!
Hello. As you point out, Pixyz is Windows only, and furthermore won’t work at runtime in Unity. There are a few ways to go about this, depending on your use case, but more than likely the solution will require on-the-fly, or ahead-of-time, processing of these CAD files into a runtime friendly format, like GLTF/GLB.