Count Number of Polygons / Vertices
I want to know, how many vertices and polygons exist in my current model? Has Unity have any way for this?
Comment
Answer by maccabbe · Jan 23, 2016 at 02:24 PM
You can look at a model's mesh(s) in the inspector or in code.
http://docs.unity3d.com/Manual/AnatomyofaMesh.html
http://docs.unity3d.com/Manual/UsingtheMeshClass.html