Hello, is there a way to export static objects into a mesh to reduce draw calls and improve performance?
In the modeling program there should be an option to join multiple meshes into one. At runtime you can use mesh.CombineMeshes() to combine multiple meshes into one.