- Home /
low poly technical
![alt text][1]
In order to reduce the polygons of this model I made in blender, I deleted some edges (for example, there is no edge that connects the windows). Will it cause a problem in unity. Is this a wrong method for optimization? [1]: /storage/temp/194709-ekran.jpg
Answer by MarekRimal · Apr 08 at 02:25 PM
No mesh topology will cause problem in Unity. The worst thing that can happen is that it could look bad - for example missing face. Just to say, I think its good to think about model optimization but in general I would say if your models has under 1000 polygons you are safe to go. So optimizing a few polygons dosent make a difference. For example Unity supports meshes with maximum of 64k of vertices just to put it into a perspective. Your model has probably less than 100.
Thanks for taking the time and replying. MarekRimal. actually I'm wondering if it's a wrong technique to disconnect between polygons?
You mean that you removed the edges between the widows? That I guess it removed the whole face right? So you have added the face back manually? If that is true I wouldnt do it. I think the Unity will be triangulating the mesh anyway so if you have some non-convex polygons Unity will be most probably triangulating them anyway. So its better to leave those edges there in this case.
Your answer
Follow this Question
Related Questions
How "Zoink games" achieved game "Fe" style? I mean, which tools they used? 1 Answer
How can i fix this rendering issue with my android build on unity 5.3? 2 Answers
Lighting on Low Poly Scenes? 1 Answer
Need lighting advice for a low poly scene 1 Answer
HDRP Terrain Shader issues in Standalone Build Only 2 Answers