Unity's Event System is a way of sending events to game objects based on input. Event Triggers receive events and call functions you've assigned. This tutorial explores two Event Types: PointerEnter and PointerExit. I hope you enjoy!!
Day 4 of C# Unity
It's Day 4 and I'm back to the Space Shooter! The hands on experience with these projects has become a wonderful compliment to the Beginner …Read More
Day 2 of C# Unity
Day Two brought me to Unity's own tutorials which they have titled Learn. Simple and straight to the point. Under this tab you can fin…Read More
Day 3 of C# Unity
After the weekend break, I'm back at it. I started today with every intent to continue Unity Gems, …Read More
Day 1 of C# Unity
It's Day 1. I have checked over quite a few tutorials and guides and will be using the following in my 30 Days of C# Unity:
Unity Gems
Un…Read More
Quick Setup Scalable UI in Unity 5
Today, it is important for both designers and developers to be aware of the growing number of devices and device screen sizes available to users…Read More
This is a great video! I'd just like to add that events aren't just for user input. I use them all over the place, as a very general way of decoupling my scripts. My scripts raise events whenever they do anything some other script might be interested in; and they have public methods for anything that you might want to do in response to an event. Then I just snap these together in the editor like LEGOs! Check out http://luminaryapps.com/blog/the-real-power-of-unityevent/ for my own tutorial video about this. :) Thank you, and please keep these cool videos coming!
This is a great video! I'd just like to add that events aren't just for user input. I use them all over the place, as a very general way of decoupling my scripts. My scripts raise events whenever they do anything some other script might be interested in; and they have public methods for anything that you might want to do in response to an event. Then I just snap these together in the editor like LEGOs! Check out http://luminaryapps.com/blog/the-real-power-of-unityevent/ for my own tutorial video about this. :)
ReplyDeleteThank you, and please keep these cool videos coming!