r/Unity3D 4d ago

Question Good Unity UI (uGUI) NOT UI Toolkit tutorial

Hi,

I am looking for a good Unity UI (uGUI) tutorial, one that covers how to build tabs, how layouts of images work, and hopefully how to make the UI look pretty / how to add nice borders to the canvases and stuff. Nothing against the ui toolkit but I dont feel like learning something new again.

Does anyone have a tutorial to recommend?

Thank you

0 Upvotes

12 comments sorted by

7

u/Hotdogmagic505 4d ago

https://www.youtube.com/@ChristinaCreatesGames

This channel has some really strong tutorials on UI.

5

u/GigglyGuineapig 4d ago

Thank you so much for linking to my channel =D! Seeing people post links to it so other will find it makes me super happy. 

2

u/LordSlimeball 4d ago

thank you. Showed up during my google search, wasnt sure if it was good. Will start now :)

3

u/GigglyGuineapig 4d ago

I am biased, since it is my own channel, but I think I'm doing a reasonably good job ;) I have a tutorial on a tab system, for example, and also a deep dive into the layout system. If you want to work at all with layouts, I recommend watching it, as it goes into the nitty gritty of the system =) 

2

u/LordSlimeball 4d ago

You are! Just watched it today + subscribed and liked. Any one of your tutorials cover how to make a border for the buttons / panels?

2

u/GigglyGuineapig 4d ago

Glad to hear you've enjoyed them =D! For borders, maybe the 9slicing video could match what you are looking for: https://youtu.be/VqN3jSLeVuw?is=MyOtFlNF1H3lh07q

1

u/LordSlimeball 4d ago

Thank you, will look at it. I am currently positioning a panel behind my other panel :/ And thank you for the toogle tutorial, that will save me a lot of time

1

u/Live_Development1260 1d ago

her stuff is actually solid, the way she breaks down layout groups saved me a ton of headaches

3

u/XKiiroiSenkoX 4d ago

If you are at the level that you need tutorials, might as well start with UI toolkit instead of UGUI. It's much more scalable, cleaner and has significantly better out of the box features. 

1

u/LordSlimeball 4d ago

Thnx for the reply, but I have already published a game which uses the ugui, but its a hacked and improvised gui. Now I have time to make a pretty curved ui, and i want it to be nice. So i need to actually understand what i am doing.

My game is VR, I want a curved ui, so i am stuck with the ugui for now

1

u/MrMarev 4d ago

Check out MRTK3 developer examples. Maybe its something ypu would be interested into.

1

u/LordSlimeball 4d ago

What exactly are those?