Releases: SolidAlloy/GenericScriptableArchitecture
Releases · SolidAlloy/GenericScriptableArchitecture
1.1.1
1.1.1 (2021-08-29)
Bug Fixes
- Fixed compilation error when using Timeline 1.4.8 (a0c9768)
1.1.0
1.1.0 (2021-08-28)
Bug Fixes
- Added TimelineInternals sln and csproj files to git repo (22c30db)
Features
- Fixed emitters for new Timeline package version and added a custom action menu for generating generic emitters (07ed92c)
- Started generating emitters with each new concrete ScriptableEvent (0090890)
- Started using the new ApplyToChildren attribute on ScriptableEventEmitters (235f36e)
1.0.1
1.0.1 (2021-08-23)
Bug Fixes
- Fixed reference to the Timeline assembly (566fb24)
1.0.0
1.0.0 (2021-08-22)
Bug Fixes
- Added missing releaserc.json (27af6e5)
- Fixed OnEnable not running for Variable and VariableWithHistory in Editor with PlayMode options enabled (1f20864)
- In Variables, when current values is changed through inspector, the previous value is sent through event (33321e6)
Features
- Added CI to release the package (dc7c47a)