Challenge 3: Designing your UI Menu with Precision
Tutorial
·
foundational
·
+10XP
·
10 mins
·
(13)
Unity Technologies

- Add layout groups to your Canvas to organize the child UI objects
- Organize the Hierarchy to adjust the order of the GameObjects.
Languages available:
1. Adjusting your Menu
1. Add an empty game object and anchor it to the center of the menu.
2. Rename the empty game object to buttons
3. Add a vertical layout group.
4. Add the three buttons as children to the Vertical Layout group and adjust its parameters to place all three buttons in the middle of the menu.
5. Bonus: add multiple images at the bottom fo the menu and use a grid layout group to create rows of the images.