Collision with Obstacles

Without collisions, there would be no game to play.

Each obstacle (cactus) was set up with a collision capsule with tag "Obs". When the Carno's collision capsule overlaps with any component with this tag, the game is over.

A cactus with a collision capsule

Last updated