Is there a similar Command to lineRenderer.SetVertexCount for mesh??
1 Answer
1You set the amount of vertices in a mesh by assigning an array with desired length to Mesh.vertices. Of course you need to set the vertices (and possibly triangles etc.) to something sensible if you want to see something on the screen too.
Do you have an idea on where i can learn to code it?
– alexander11