89.0k views
0 votes
Game Design Help please

Why are simple shapes used to detect collision in many games, including the car example in Unity? In what kind of games might it be “worth” integrating more complicated geometry for collision detection?

1 Answer

2 votes

Because, to put it simply, to use more complicated shapes requires more processing power which is unnecessary. Only if they would touch all parts of the shape should it be complicated.

User Krowe
by
7.5k points