Understanding the very basics of Unity Physics
Apr 8, 2021
For any kind of interaction with other GameObjects, we will need at least some basic physics.
Colliders
You always need a Collider, if you want your GameObject to interact with something. Unity provides various Colliders pre-built into it.
Rigidbody
To keep this simple, we stay at demonstrations: