- Home /
collider types
Hi
Hopefully a quick one regarding collider components.
If I have quite a complex mesh, for instance a Star Destroyer from Star Wars, is it better performance wise to create a simplified mesh collider (which will still probably end up being quite complicated) or loads of primitive collider shapes as child objects created in the editor?
Also I havn't worked out yet whether having collider components from the same gameobject hierarchy overlapping is a bad thing or it doesn't matter? It seems to work fine collision wise but does it make a difference performance wise?
Answer by dovonobob · May 07, 2014 at 01:20 PM
answered myself as this got lost in the abyss of crap stupid questions from people who can't be bothered to read any of the manual or go through any of the video tutorials.
Your answer

Follow this Question
Related Questions
Concave PolygonCollider2D 0 Answers
I can't get my objects to collide 1 Answer
function OnCollissionEnter not working 1 Answer
polygon collider 2d , how to add vertex? 2 Answers