Creating Scenes
In the Unity environment you will notice an
Untitled object in the Hierarchy area. That is the name of the scenes by default, to change it just simply press ctrl + s and save it as
Main Menu.
Creating Controllers
Now that we have the main menu scene we will now create Controllers for the game. The Controllers are game objects that handle some methods that be needed in the game later.