In this chapter, we have learned how to create a better feeling of the environment by adding different reactions for the world to exhibit when the player character interacts with it.
Visual effects were created by using different particle systems, which we can trigger from different events or have them playing in the environment in a constant loop.
The same applies to the sound effects. We learned how to use the Audio Source by triggering different clips as reactions to events. Actually, the same events that activate the visual effects can be the ones that activate the sound effects.
As well as this, we learned that physical reactions can be added by inserting Pushable components or physics materials, giving us the ability to move boxes from one place to another and create different types of friction and bouncing properties. We can use these properties for different gameplay...