The events manager is a system to streamline messaging between different components in Unity.
Add the following line under the dependencies
section in the manifest.json
file.
"com.galalhassan.events-manager": "ssh://git@github.com/galalmounir/com.galalhassan.events-manager.git?path=/package_source"
In Unity's Package Manager, click on + -> Add package from git URL...
. Then put in the following:
ssh://git@github.com/galalmounir/com.galalhassan.events-manager.git?path=/package_source
Usage is described in the documentation folder.
- Support for more payload types
- Support for listening to events in-code
I am continuously improving on the package. I will always merge working bug fixes. However, if you want to add something new to the packge, please create an "issue" on github for this first so we can discuss if it should end up in the package before you start implementing it.