Wednesday, February 8, 2017

Day 6: Making a Minigame - Setup

Now that I understand the basics of Unity, I'm starting a tutorial-guided minigame.
So, I started by making the playing field. This was done by going to "game object>3D object" and clicking "plane".
The "player" was then made by going to "game object>3D object" and clicking "sphere".
Next, I had to colour the playing surface. First, I created a new material in a folder named "materials". Then, in the inspector, I clicked the colour box next to "albedo" and selected the colour I wanted.
My next post will be about adding the ability to move the character (sphere).

No comments:

Post a Comment