- Home /
Planes vs Meshes as floors and walls
Hello, Lets assume i have level build with only rectangles (floor and walls), is it better to use plane as prefab to build such level or 2 triangle mesh + mesh collider for each floor and wall ?
Answer by drift501 · Jul 08, 2013 at 12:33 AM
I would build them out of a mesh that you make yourself. This way each plane only has four vertices, five edges and two faces. This is better than the default unity plane. If however at somepoint you want to impliment shattering or breaking the unity plane would be better.
Your answer
Follow this Question
Related Questions
Performance issues with mesh processing 1 Answer
Draw Call Optimization 3 Answers
Improving script performance 1 Answer
How to fix duplication of materials with blender? 0 Answers
No me muestra el cuello de botella en Unity Profiler 1 Answer