• Current Version: 1.646: 2020-10-10T01:38:24Z
  • First Published: 2013-11-18T20:54:16Z
  • Size: 341360
  • Supported Unity Versions: 2017.4.1
tools integration

Event System - Dispatcher

(124 Votes)
$14.97 $14.97

Event and message dispatching is a critical part of any game. Message dispatching ensures that game objects are able to communicate in a consistent, reliable, and efficient way.

Dispatcher does this and makes it easy too! Simply tell the Dispatcher what an object wants to listen for. When another object sends that message to the Dispatcher, the Dispatcher will ensure all the "listeners" are notified.

Documentation
Forum
Web Demo

Dispatch basic messages with two simple lines:

MessageDispatcher.AddListener("LEVEL_WON", OnLevelWon);

MessageDispatcher.SendMessage("LEVEL_WON");

Features
* Create and send custom message types
* Send messages containing custom data
* Send messages to everyone
* Send messages to objects based on their name
* Send messages to objects based on their tag
* Send messages to objects based on a string
* Send a message immediately
* Send a message at the next frame
* Schedule a message for the future
* Connect multiple listeners to a single message
* High performance

Bonus: Includes a 'Profiler' for testing performance! Use this with any of your C# scripts.

Unity and Unity Pro versions supported.
Supports Unity 3.4+.

Support: [email protected]

Refund policy


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!