Hi,
I want to combine multiple meshes into a single mesh inside of unity editor.
I have seen Mesh.CombineMeshes() documentation in run time at Unity - Scripting API: Mesh.CombineMeshes .
But I want to do it through editor script and then save it to file system.
How to do it?