Video thumbnail
Meshes from Mesh Faces
In this video we write a C# script that takes as input, a mesh, and returns a list of separate meshes—each new mesh is equal to one of the faces from the input mesh. This is useful whenever you would like to treat the faces of a mesh as separate objects—applying different colors to the mesh faces might be a frequent use case.