How to add boundry boxes?

How do I get my objects to have boundry boxes?

When I play my scene the player can walk through everything and I want it so this is not the case. I want the player to beable to walk through a bus into a town and not walk through building walls etc.

Thnx

:smiley:

Try adding colliders. If the problem continues, make sure your game object’s collider isn’t already inside another game object’s collider or else it will fall through.