hello, I have mesh several meshes attached to it and I want to access from script. how can I do it?
thanks!
You can access submeshes.
Submesh is a part of the mesh sharing the same material.
You can assess them using Mesh.GetTriangles
hello, I have mesh several meshes attached to it and I want to access from script. how can I do it?
thanks!
You can access submeshes.
Submesh is a part of the mesh sharing the same material.
You can assess them using Mesh.GetTriangles