February 2017
Beginner
478 pages
11h 5m
English
Unity also offers the possibility to create physics materials so as to adjust the friction and bounciness of a physical object when it collides with another one. In the case of 2D, this is enabled by the Physics Material 2D.
You can create a Physics Material 2D by selecting Assets | Create | Physics Material 2D from the top-bar menu as shown in the following screenshot:

Once selected in the project panel, we can tweak its two values in the Inspector, as shown here:

It's worthwhile mentioning that we have seen many variables during ...
Read now
Unlock full access