Question Is there a way to display polygon count in a model/CUA?

VRmatt

Active member
Messages
228
Reactions
46
Points
28
Curious if there is a plugin I can apply that will give me a polygon count?
I find that I can download 2 models that are very similar (a coffee cup) and one will have 1mil, while the other is 50 polygons.
I'd like to know what impact the CUA has on my scene.
Thanks!
 
I don't think there is yet. However, there is a assetbundle extractor that you could use to import those objects into Unity and get a better idea of how complex the model is.

If you don't want to do that I went ahead and made a vertices performance test assetbundle where I just subdivided a cube over and over into increasingly higher vertice counts. The number of vertices is listed in the object name within the assetbundle.

Hope it helps.
 
Upvote 0
Back
Top Bottom