Today I’d like to share some videos to help you learn what Actions are and how to use them in Unity. They are really useful for connecting scripts together, having certain things happen after some events are fired. I use them all the time, and if working with a component based workflow are pretty much essential.

This first video goes over what actions are and basics to using them

This second video goes over Static Action and tying them into a simple Health UI system.