It is easy to understand Unity's interface as it only has five main windows, which are the following:
- The Scene view
- The Game view
- The Hierarchy
- The Project
- The Inspector
These windows can be closed, and/or new ones can be opened, so we can work with our preferred window layout. In this case, we will use the one that comes by default, which gives us easy access to the most important elements of our project. We can also find the toolbar at the top of the interface.
As we go through this chapter, we will familiarize ourself with Unity, so when the time comes for us to use the 2D or 3D Game Kits, we will be able to do so easily.