Dynamic & Multi-Res UI Tutorial Series [Completed]

Hello, avid game developers. Darren here with that new Renaissance Coders channel. I just wanted to say thank you to all of those who have given us a chance and shown their support. Much love to the Unity community!

We are working on a couple new series right now - one of which being a dynamic & multi-res UI scripting series. In it, we aim to teach you how to dynamically load images, text, buttons, and page transitions.

Take a look at our (whats to come) video to see if this is a series you would be interested in. If it is, we will make it a focus point for our channel, otherwise we will move on to something of more demand! Remember to vote, like, and leave your comments, they are very important to the direction of our channel! :slight_smile:

Terrific idea for a series. Thanks for the share!

Hello all! I am back again with some new video updates for the dynamic / multi-res UI scripting series!

For an introduction to Unity3D’s UI system tools.
Images, Buttons, & Anchors

To learn how to make dynamic tool-tips / notifications.
Tooltips and Notifications

To script a button branching system.
Button Brancher Part 1
Button Brancher Part 2

To script the button reveal animations for the button branching system.
**Button Brancher Part 3**
**[u]Button Brancher Part 4[/u]
__[u]Button Brancher Part 5__**[/u]

To learn how to use the button brancher to set up your own custom menu layouts.
**Button Brancher Part 6**

We hope you enjoy these tutorials. The dynamic UI series will be coming to a close this weekend with page transitions - so look forward to that!

We also want to announce that we are going to be running a tutorial series on various kinds of character/camera controller systems. We have some in mind already that we want to show - but we invite you to share your thoughts about a particular type of controller you might want to hear us talk about in a tutorial.

We just finished our dynamic menu series. Just because we are finished doesn’t mean we wouldn’t like to hear your feedback though! :slight_smile:

You can click here to watch the full playlist on how to create a dynamic, multi-res menu.

The system we leave you with is fully extensible. If you need any help with how to customize it for your own menus, feel free to ask us.

any chance of having the project for this series? with all codes and images etc?

We provide source code for this series. Check the description links for the videos.

Did not find any in video 1. Are they scattered in all videos?
Could you posy here?

It is only on videos where there is actually coding.

https://github.com/coderDarren/Unity3DDynamicUI.git

1 Like

Thanks! was very helpful!