Releases: SolidAlloy/GenericScriptableArchitecture
Releases · SolidAlloy/GenericScriptableArchitecture
1.4.1
1.4.0
1.4.0 (2022-07-25)
Bug Fixes
- Added the missing enabled checkbox to ScriptableEventListener component in inspector (c3b5b34)
- Fixed an issue where an editor of the generated component is lost and the wildcard listener doesn't show the generated component UI even though it exists (d782af0)
Features
- Added a toggle to show hidden generated components for ScriptableEventListener (38cad41)
- Added a warning suggesting to show the generated components if the number of generated components is higher than the wildcard (visible) ones (6285100)
- Added ability to set custom argument names for ScriptableEventListeners and Invoke button in Scriptable Event Inspector (9d80a46)
- Added EventInstancer support to scriptable event listeners (3046706)
- Added EventInstancers (859ffb8)
- Added EventReference class to be able to choose between Scriptable Event and Event Instancer in inspector (b64929d)
- Added public getters for min and max values of ClampedInt, ClampedFloat (aca2c65)
- Added variable instancer with history (2053cc3)
- Added VariableInstancer (89da192)
- Added VariableInstancer as a choice in Reference (0057915)
- Exposed initial value of a variable as a get-only property (4cb0324)
- Integrated MissingScriptType into custom editors (fff8f26)
- Made so that the set up serialized response does not disappear if the changed event reference of ScriptableEventListener has the same generic arguments as the previous reference (39c3f7d)
- Renamed ReferenceBase to Reference, made ValueType, Variable, and Constant public properties (6798f54)
- Replaced deep copy of variable initial values with serializing value to binary and back using odin serializer (411ce63)
- Switched from GUID to assembly names in asmdefs (cf9d124)