Posted May 03, 2025 by Ian Engel
Learned about widgets and used them to make a Main Menu and a little title card. We used three different widgets: Canvas Panel, Text Box, Button
Canvas Panel - allows a visual overlay on a scene, think like UI for a health bar and whatnot
Text Box - displays text at a specified location on the Canvas Panel
Button - a click/pressable image that is on the Canvas Panel, will often have code attached to it for its specific function
If you know about C# widgets the act pretty similar, although C# doesn't have the Canvas Panel, it just has the visual workspace.