Before we begin with the creation of our own main menu, we have to get in shape and learn all about the UI components that Unity3D provides.
We will learn how to use the following components:
- The Canvas
- Image
- Text
- Button
- Slider
Before we begin with the creation of our own main menu, we have to get in shape and learn all about the UI components that Unity3D provides.
We will learn how to use the following components:
The Canvas is the most important object of the UI because it is the GameObject in charge of showing the UI. Every UI object that we want to show has to be a child of the Canvas object. We can have more than one canvas per scene.