Mesh Merge is a simple tool that can helpreduce draw calls by merging multiple objects into one. It's much better to render a smaller number of large objects than a larger number of small objects. Mesh Merge allows you to do this frominside the Unity editor.
Mesh Merge will combine meshes and sub-meshes of selected objects and reorganize them based on the materials they use. Then, it will merge those meshes to create a single larger and more efficient mesh.
Features Include:
* Merge objects with the same materials
* Supports objects with multiple materials
* Supports objects with sub-meshes
* Multiple merged meshes from one selection
* Manage original objects after the merge
* Split objects based on materials