To create the basic scene for this chapter, simply perform the following steps:
- Create a new 3D project.
- Import the BasicSceneSetup.unitypackage package into your Unity project.
- Also, ensure your project has the ProBuilder package. Navigate to Window | Package Manager, set Packages to ALL, search for ProBuilder, click on ProBuilder when it appears in the list, and finally, click on Install.
- Open the BasicScene scene.
- In the Hierarchy panel, select the modernHouse GameObject. Then, in the Inspector panel, ensure its position is (7, 0, 20).
- You should now see a house that includes red floors and white walls, as shown in Figure 11.3. Note that there is also a second directional light to reduce shadows.
Let's now add a third-person controller to the scene. To do so, we can use the one provided in the Unity Standard Assets package.
- Click on Asset Store | Search Online. Once the website...