Game Developmentunity

Asset Store – Event System – Dispatcher v1.643

Asset Store - Event System - Dispatcher Event System

 

Event System – Dispatcher : 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.

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

Direct download links 1 MB :

 Direct download link reserved for subscribers only This VIP  

Dear user to download files, please subscribe to the VIP member

  • To activate your special membership site, just go to this link and register and activate your own membership . >>>register and activate<<<
  • You can subscribe to this link and take advantage of the many benefits of membership.
  • Direct downloads links
  • No ads No waiting
  • Download without any limitation ، all content in website 


 CGArchives Is The Best  

Review

Review

Review this Game Development

User Rating: 4.7 ( 1 votes)

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button