Error CS0117: 'Mesh' does not contain a definition for 'vertices'.
Hey,
I was trying to learn how to do meshes and I came across a really frustrating error. The error arises when I try to type in the code, "mesh.vertices = vertices". The same thing happens with uv, triangles, and normals. Does anyone know what could be causing this and what the potential fix could be?
Thanks!
Comment