I searched in internet for see polygon count on mobile phone but i didn't see. I just want to see polygon count with adding object step by step.Is there way to see this?Do i just have to see it in Unity
Asked
Active
Viewed 1,113 times
0
-
I guess you could do it manually: find all mesh filters in the scene, and calculate the triangles from there. – Iggy May 06 '20 at 11:17
-
@lggy Thanks for comment.Yes looks like i'll do it – y3sari May 06 '20 at 12:41