I’m trying to understand the scripting part of the new UI system. I watched the Unity3D tutorial on Events and Event Triggers, but it left me scratching my head. Does anyone know a good write up or video on the scripting portion of the UI? (Preferably Javascript, but I’m definitely not picky).
Specifically, I’m trying to use the new UI to create a series of menus that navigate to each other with a click of a button, but I can’t find any tutorials that does something like that.
I just happen to have written a series of tutorials that are awesome! There is one that talks through building drop down menus that might be applicable for your project.
Of course, I’m completely biased as to how awesome my own work is.
@sabin22 I’ve covered all the Event system and coding as part of my upcoming UI book, specifically chapter 6
@Kiwasi Those do look like awesome tutorials. WOuld you consider add the scripts for those to my BitBucket repo for UI extension scripts - https://bitbucket.org/ddreaper/unity-ui-extensions
If you haven’t the time, would you be ok with me adding them (attributed of course )