UNITY - Basics: Rigid Body and Physics Materials to make objects fall and bounceHello everyone!
This is a basic tutorial on how to use Rigid Bodies and Physics Materials to make objects fall and bounce in our Unity projects.
Unity provides a physics simulation engine, but in order to access these features, it is necessary to use a couple of components (such as Rigid Body and Colliders) and other elements.
This is because physical simulation is computationally expensive, so by default, objects do NOT participate in it. It's up to us to specify if and how an object should behave physically...

The 3D Models used in this tutorial:

The video and the PDF are available for free download on Gumroad: just click here, download, and share!
 
You can also open the PDF in another page without downloading the package: just click here.