Skip to content

v2.2.0

Compare
Choose a tag to compare
@Edvinas01 Edvinas01 released this 04 Aug 20:51
· 27 commits to upm since this release

Multi events.

Changed

  • BaseScriptableEventListener<TArg> now supports multiple events. This should be a non-breaking change. Migration from scriptableEvent to a list of scriptableEvents is done via ISerializationCallbackReceiver which is implemented in BaseScriptableEventListener<TArg>.