Now let's start creating our level. Open Unity with the project that we started on Let's Make a Game! From Idea to Development or if you prefer, you can import the Unity package for this chapter that already contains all the necessary files to create the level.
Now let's take a look at the sketch that we have done. The first thing that we will be doing is setting up the floor:
As we can see in the preceding image, the floor has a few empty spaces, and that is what we will be replicating in our game. We already have one object in the Game Editor that calls Floor, but it is just a small fragment of the whole floor that ...