Overview - Rigidbody 3D component
What is it?
The Rigidbody 3D component in Unity is a physics tool that makes objects move and react like real things in the world. It adds mass, gravity, and forces to objects so they can fall, bounce, or be pushed around. Without it, objects would just stay still or move in simple ways without realistic behavior. It helps games feel alive by simulating real-world physics.
Why it matters
Without Rigidbody, objects in a game would not behave naturally. They wouldn't fall when dropped or collide properly with other objects. This would make games feel fake and less fun. Rigidbody solves this by letting developers add real-world physics easily, making interactions believable and immersive.
Where it fits
Before learning Rigidbody, you should understand basic Unity concepts like GameObjects and Components. After mastering Rigidbody, you can learn about advanced physics like joints, collision layers, and custom physics materials to create complex interactions.