[TUTORIAL] Custom UI tutorial series

Have you ever wanted to create a completely customized UI? With your own events and controls? Have you ever wanted draggable UI? Have you ever wanted a switch, where you could cycle between options? Have you ever had problems connecting your UI to your game logic? Well, I had. So I’m creating a tutorial series about this. Check it out: www.gorbitsprojects.wordpress.com

1 Like

And the tutorial?
Since you are at stage “Tutorial0”, probably is better to move this in to the work in progress section… ?

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

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

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

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

Cool - thanks for sharing. It’s nice to see text tutorials instead of the usual video demos.