uni-signals

Lightweight and easy to use signals library for Unity

MIT License

Stars
1
Committers
1

Bot releases are hidden (Show)

uni-signals - v1.1.2 Latest Release

Published by justinleemans 11 months ago

Fixed an issue with invoking signal subscriptions of inherited signal types

uni-signals - v1.1.1

Published by justinleemans 12 months ago

Updated the SignalMonoManager to route methods through internal SignalManager instance

uni-signals - v1.1.0

Published by justinleemans about 1 year ago

Slightly bigger release with a couple of new features.

  • Improved code quality on some places
  • Added better error messaging
  • Added singleton monobehaviour class version of the signal manager
uni-signals - v1.0.1

Published by justinleemans about 1 year ago

  • Added functionality to mute signals so handlers won't be invoked.
uni-signals - v1.0.0

Published by justinleemans about 1 year ago

Initial release of this package. Contains all basic features.

  • simple and lightweight signaling system
  • easy to implement signal class
  • internal signal pooling
  • commented code and documentation