Unity Coding Tips Part 1: Events and Delegates

The first tutorial in a series aimed at showing some of the more esoteric features available to Unity developers. In this tutorial, we cover the basics of events and delegates. You will learn some simple techniques to make your code a lot more coherent and easier to manage. This directly relates to our plugins (), many of which employ events for dispatching asynchronous operations.
Back to Top