[TUTORIAL] Creating custom UI

Have you ever wanted to create your own UI, but didn’t know, how? I’ve started a tutorial series just for this reason. It will cover everything you need to create your own. Have you ever wanted text to be displayed however you liked? Have you ever wanted to create a button, that has 3 states? Have you ever wanted a draggable UI? Have you ever had problems, while integrating UI into your game with separate scripts? Well, now’s your time to shine.

www.gorbitsprojects.wordpress.com

If you find an error I made in my articles, please go ahead and notify me, so I can fix it. It would be quiete appreciated.

6 Likes

I published the second part, which mainly goes into the basics of drawing things onto the screen by creating a basic quad.

4 Likes

The third part got published, it’s about drawing images and using the RectTransform.

3 Likes

The fourth is done, it handles text inside UI using the built-in TextGenerator.

3 Likes

The part talking about creatinga clickable button is out. Check it out

3 Likes

Thanks for this! Great work!

1 Like