Chapter 8. Playing with Physics and Fire
In this chapter, we will use physics and other Unity features to build variations of an interactive ball game. Along the way, we explore managing objects, Rigidbody physics, and adding more interactivity to the virtual experience. You will see how properties and materials based on physics can be added to objects, as well as more on C# scripting, particle effects, and music.
In this chapter, you will learn about the following topics:
- The Unity physics engine, the Unity Rigidbody component, and Physic Materials
- Using velocity and gravity
- Managing object lifetime and object pooling
- Interacting with objects in VR using your head and hands
- Building a fireball using particle effects
- Synchronizing with music
Note
Note that the projects in this chapter are separate and are not directly required by the other chapters in this book. If you decided to skip any of it or not save your work, that's OK.