Hi all,
I have an object that is made up of multiple meshes. I want to combine all of these meshes into one mesh so that I can shade with transparency correctly. I have tried using http://unity3d.com/support/documentation/ScriptReference/Mesh.CombineMeshes.html, but that just makes my character disappear. This might be because my mesh pieces are moving? I’m not really sure.
Thanks!