Hi,
can some body explain me one thing - I have a model (one) in my scene that has (in maya!)
144tris. The problem is - after i imported it in unity the same model has 156triangles in the consol (I use the poly count script) and 432 in the statics window…
Thought Id help out here. A few things I have confirmed that will effect the tri count directly (and makes sense when you consider the rendering effects).
Shaders (as suggested each pass will accumulate tri counts)
Lighting / Shadows (Cascade levels result in more passes thus more tri counts). Good recommendation here, is if you want to minimise tri count is to use shadows only when you need it, and use shadow blobs elsewhere much cheaper overall.
Special passes (these wont be huge but if you have a glow effect as a final pass on an object it will need rendering its tris again).
Double sided polys. Beware this little one. I found if you are not careful importing some meshes, you may end up with double sided tris - costing you a substantial extra hit in the tri-vert list area.