Skip to content

Releases: Incantium/Scriptable-Events

Version 1.0.0

24 Jan 13:45

Choose a tag to compare

Added

  • Added the EventBus, able to send messages to other scripts with an optional dependency. Comes in multiple types.
  • Added the EventTruck, able to request a message to other scripts with an optional dependency. Comes in multiple types.
  • Added pre-build implementations for the EventBus & -Truck for boolean, integer, float, double, string, Vector2, Vector3, and GameObject.
  • Made it possible to create custom event channels.
  • Made it possible to create a custom inspector for the custom event channels, with and without invoking from the ScriptableObject.