Static colliders

Static colliders are game objects with a collider but without a rigidbody. As the name suggests, these game objects do not move. Because the physics engine knows these objects will not move, pre-calculations can be made to make the game more efficient.

So, to increase efficiency, you should strive to use static colliders when possible.

Get Getting Started with Unity 2018 - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.