Search Unity

How can I see the polygon count of an imported object?

Discussion in 'Getting Started' started by ekergraphics, Oct 12, 2017.

  1. ekergraphics

    ekergraphics

    Joined:
    Feb 22, 2017
    Posts:
    257
    I know about the statistics window which measures triangles, but is there a way I directly can see the polygon count of an asset in the Project folder? The Inspector doesn't seem to say...
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
    if you select the actual mesh from project folder, it should show this
    (sometimes the preview window can be minimized so need to drag it bigger from that titlebar)
    upload_2017-10-12_14-20-10.png
     
  3. ekergraphics

    ekergraphics

    Joined:
    Feb 22, 2017
    Posts:
    257
    Well, the problem with that is that my imported object contains about 200 meshes...

    But thanks for reminding me of that preview window. I see it when I click on the top level object, so I wonder why the polygon count is missing from that view?
     
    ShoutTree likes this.
  4. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,411
  5. ekergraphics

    ekergraphics

    Joined:
    Feb 22, 2017
    Posts:
    257
    Last edited: Oct 18, 2017
  6. siddharth3322

    siddharth3322

    Joined:
    Nov 29, 2013
    Posts:
    1,049
    Maximum how many numbers of vertices and triangles allowed for a mobile-friendly 3d model?
    Here I am considering the main player of the game so it needs to look nice compare to other environment objects.