Skip to content

plyr4/unity-event-system

Repository files navigation

Unity Event System

A library for building an event driven game flow.

How To Use

  1. Create an event scriptable object.
  2. Attach an event listener to a monobehaviour.
  3. Assign the event to the listener.
  4. Assign the event to a monobehaviour and call event.Invoke().

About

A library for building an event driven game flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages