Search Unity

[C# tutorial] how to use Events to get your GO to communicate

Discussion in 'Community Learning & Teaching' started by paskal007r, Sep 20, 2016.

  1. paskal007r

    paskal007r

    Joined:
    Sep 6, 2013
    Posts:
    68
    Today's tutorial is about the most useful single class I've ever written in unity! It's an Event System, something that will make your GameObjects exchange information without ever using anymore that stinky SendMessage function.

    http://brightreasongames.com/event-system-tutorial-1/
    Tell me what you think about it!