Publisher | Simple Man |
---|---|
File size | 1.82MB |
Number of files | 88 |
Latest version | 2 |
Latest release date | 2022-01-14 03:37:12 |
First release date | 2021-01-07 06:56:11 |
Supported Unity versions | 2018.4.2 or higher |
Event System is a simple plugin that give you ability to create and use the global events and orders. Events and orders are presented in the form of assets files, which makes it possible to listen to them from anywhere in the project.
For example, you have a file with the order "Pause the game" that calls by special manager on scene. The characters, that's moving, should listen that order and stop movement, when game is paused. Instead of listening the manager, that can be deleted from the game scene, they listens the global event, that always valid.
* It's easy to use. Even for beginners
* The best plugin for modular projects
* Easy to debugging
* Have integration with Odin Inspector
PRO Features:
* You can create events, orders and votes with parameter
* Cutom parameters (your classes, structures, ...)