Understanding the very basics of Unity Physics

Timo Schmid
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.

Example on a Sphere GameObject

Rigidbody
To keep this simple, we stay at demonstrations:

Neither a Collider nor a Rigidbody added
Rigidbody added on the white Cube
Rigidbody added on both cubes

--

--

Timo Schmid
Timo Schmid

Written by Timo Schmid

The mission? Becoming a game developer! RPG is the dream! Writing down my journey here for me and for everyone interested. Thanks for showing interest :)

No responses yet