Skip to content

Releases: SolidAlloy/GenericScriptableArchitecture

1.4.1

02 Aug 15:48
Compare
Choose a tag to compare

1.4.1 (2022-08-02)

Bug Fixes

  • Fixed generic header not being shown for Variable and Constant (befc150)

1.4.0

25 Jul 07:39
Compare
Choose a tag to compare

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)

1.3.3

08 May 20:00
Compare
Choose a tag to compare

1.3.3 (2022-05-08)

Bug Fixes

  • Fixed the ReorderableList.ClearCache method not being found through reflection (afcd012)

1.3.2

13 Feb 07:26
Compare
Choose a tag to compare

1.3.2 (2022-02-13)

Bug Fixes

  • Fixed bugs in GenericUnityObjects and ExtEvents (090bba6)

1.3.1

03 Feb 18:19
Compare
Choose a tag to compare

1.3.1 (2022-02-03)

Bug Fixes

  • Fixed the error in console regarding the immutable Changelog file (a5f3b3b)

1.3.0

03 Feb 16:59
Compare
Choose a tag to compare

1.3.0 (2022-02-03)

Bug Fixes

  • Fixed drawing of a serializable class without custom property drawer inside Reference (79c6f60)
  • Removed Net Standard 2.1 features to support older versions of Unity (990c860)

Features

  • Replaced UnityEvent with ExtEvent in ScriptableEventListeners (0ada411)

1.2.5

21 Nov 21:28
Compare
Choose a tag to compare

1.2.5 (2021-11-21)

Bug Fixes

  • Fixed various issues in GenericUnityObjects (f2e76d6)

1.2.4

16 Nov 22:20
Compare
Choose a tag to compare

1.2.4 (2021-11-16)

Bug Fixes

  • Fixed incompatibilities with Unity 2021.2 (411aa8c)

1.2.3

24 Oct 21:33
Compare
Choose a tag to compare

1.2.3 (2021-10-24)

Bug Fixes

  • Fixed various bugs in GenericUnityObjects and ClassTypeReference (c2292bf)

1.2.2

22 Oct 22:18
Compare
Choose a tag to compare

1.2.2 (2021-10-22)

Bug Fixes

  • Fixed NRE when opening a type dropdown on MacOS (3d5b3ad)