Hi guys
I will be spending the next few hours (attempting to) creating a code snippet that optimizes meshes, by doing automatic merging.
My objective is to:
1) Automatically identify meshes that share same materials, and merge them into a single mesh.
2) Merge all meshes that don't share material into one single mesh all meshes, by using submeshes and multimaterial, automatically.
The idea is to have an automatic optimization based I have spent a long time researching on forum and reading docs. However, if something like this has already been done,
and I didn't find it.. please let me know
Meanwhile.. I'll be coding and making tests the next hours