Designing the scene
We have come to one of the most beautiful and interesting parts of this book; we will design the main scene, the sweet home of all our users, a friendly, quiet place where we will give a warm welcome to all visitors to our metaverse.
Customizing the floor
The first thing we will do is customize the floor of our scene. Let’s work on the main scene that we have created in previous chapters, the MainScene scene:
- To do this, if you don’t have it open in the Unity editor, double-click on _App | Scenes | MainScene.
Figure 3.2 – Resizing the floor
Our Floor GameObject is currently a bit small; we are going to expand it so that when we place the buildings, there is still ample space in its central area. We will simply change the Scale X/Y/Z values 5
, 5
, and 5
to 10
, 10
, and 10
.
The next thing we will do with the floor is to decorate it a little. We are going to change the current gray texture for a...