Chapter 2. Creating the Game Environment
In the last chapter, we surveyed game engines, installed Unity, and became familiar with the user interface. We're almost ready to start creating our game. Before we do, we have two tasks to attend to: designing our game and creating the game's environment. We'll handle both of these tasks in this chapter.
This chapter will set the stage for developing our game using Unity. We'll start by examining our game's design, which will serve as the blueprint we'll follow throughout the rest of this book. Next, we'll create our game's environment, which will include terrain, water, and the sky. Our terrain will consist of trees, mountains, and a river.
Through this chapter, you will:
- Understand the purpose of a game design
- Be able to create terrain in Unity
- Be familiar with using textures
- Be comfortable with creating mountains
- Be comfortable planting trees
- Be familiar with creating bodies of water
- Be able to create...