- Home /
Having 6x times more vertices than in 3d max.
Hello guys! I know this question have been asked many many times, but we could live with thing that we have 2x times more vertices in unity, but having 6x times more vertices is too much.
We used 3d max,blender. 3d max shows 1.800 verts, in unity i have 11.000. I disabled everything lightning,skybox etc. On scene i have camera and model. Using the mobile diffuse shader. However triangle count remains the same in 3d max and unity.
I know there are different calculations in unity, but what can add 6x times more vertices?
Answer by Cynikal · Jul 21, 2018 at 08:31 PM
The stats window will show more verticies depending on the shader being used. So, if you're using a multipass shader on an object of say 100 verticies, let's say the shader is using 6 passes, it would show 600, as that's how many verticies are being RENDERED.
Global Illumination, shader, lighting, etc all play a role into it.
i cant imagine, if scene with no lightning and mobile diffuse shader can add so much vertices, any more ideas?
@Cynikal is 100% correct. Vertex count in engine is calculated based on the mesh, the shaders and the lighting. If the game is running slow, optimization needs to be considered, however reducing mesh vertex count will only result in $$anonymous$$imal optimization savings.
Your answer
Follow this Question
Related Questions
How do I know if a clicked vertex is contained in a blendshape? 0 Answers
1 Mesh, 1 Material 2 UV channels 1 Normal map? 0 Answers
Making Different vertices,triangle,uv maps in the same mesh 1 Answer
Split a mesh while using same UVs and texture position. 0 Answers
"Mesh doesn't have albedo uvs. Please create them in your modelling package." error 0 Answers