<UI in Unity>
Presented by Jaden Balogh
Topics
Goal: build a working main menu in Unity
Learning the Basics
UI elements: the building blocks
Placing Elements
Primary tools:
Positioning is relative to parent.
Use presets 80% of the time!
Changes between absolute and relative positioning based on anchors
Fitting Different Screens
Apps need to fit many screen sizes - our options?
%-based scaling using anchors�(above example sets 20% margins on sides)
Scaling size of elements based on screen size
Putting it together
RIIIIIIIIISE! (bringing your UI to life!)
There are an infinite number of things you might want your UI to do!
Things we’ll cover: