This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Releases: chark/unity-scriptable-objects
Releases · chark/unity-scriptable-objects
v1.1.1
v1.1.0
v1.0.0
v1.0.0-rc.1
First release candidate.
Added
- List of references to event listeners on game events will be drawn during play mode.
- Exposed listener enumerable.
- Editors for all built-in game event types.
- More tests!
Changed
Persistingflag was changed toResetTypeenum which allows more customization.
Removed
- Game event null checks on enable and disable.
v0.6.0
v0.5.0
Added
- Tests for game events and their listeners.
- Tests for mutable objects.
Changed
- Renamed event and listener trigger functions (
OnGameEvent->RaiseGameEvent). - Renamed
GameEvents.Vector2.Vector3GameEventtoGameEvents.Vector2.Vector2GameEvent, fixed typo. - Made
MutableObjectHandlermore extensible. - Exposed
GameEventandOnGameEventon listeners via properties. MutableObjectinstances are now reset usingSceneManager.activeSceneChanged.
v0.4.0
Added
MutableObjectHandlerwhich would automate the process of resettingMutableObjects.Persistingproperty onIMutableObjectwhich determines how resetting should be handled.
Changed
- Cleaned up
MutableObjectsample. - Updated documentation.
Removed
MutableObjectExtensionsas its purpose is now automated.