Skip to content

Releases: SolidAlloy/GenericUnityObjects

2.13.0

21 Nov 19:19
Compare
Choose a tag to compare

2.13.0 (2021-11-21)

Bug Fixes

  • Fixed NullReferenceException when generating a new concrete class (c8f0a83)
  • Removed the deprecated warning when setting custom icons (b104d91)
  • Started creating directories only when they are needed instead of creating them beforehand (e425f32)

Features

  • Added PackageUpgrade to move the generated assemblies to their new directories (ffb4388)
  • Started detecting and adding back generated assemblies whose information was missing from the database (ef33dbf)

2.12.1

16 Nov 22:18
Compare
Choose a tag to compare

2.12.1 (2021-11-16)

Bug Fixes

  • Updated the ClassTypeReference dependency (9f80a4e)

2.12.0

16 Nov 22:16
Compare
Choose a tag to compare

2.12.0 (2021-11-16)

Bug Fixes

  • Fixed MissingFieldException when using the plugin in Unity 2021.2 (5c61cf3)

Features

  • Adapted the plugin for NET Standard 2.1 (f5f885f)
  • Added z_ prefix to all the generated assemblies to keep them at the bottom of dropdowns where DLL files are listed (1e6652a)
  • Stopped generating .mdb files (6fe50ed)

2.11.4

24 Oct 21:27
Compare
Choose a tag to compare

2.11.4 (2021-10-24)

Bug Fixes

  • Fixed suffixes being added to generated assemblies names when they are updated (4f79d82)
  • Started adding back generated assemblies that exist in the folder but are missing in the database (1e88e3c)

2.11.3

22 Oct 22:18
Compare
Choose a tag to compare

2.11.3 (2021-10-22)

Bug Fixes

  • Fixed NRE when opening a type dropdown on MacOS (8e3a0d8)

2.11.2

17 Oct 09:43
Compare
Choose a tag to compare

2.11.2 (2021-10-17)

Bug Fixes

  • Fixed NRE when choosing a type for a new generic unity object (820f3b1)

2.11.1

16 Oct 12:46
Compare
Choose a tag to compare

2.11.1 (2021-10-16)

Bug Fixes

  • Fixed MissingMethodException when choosing a UnityEvent method in Unity 2020.3.16 and earlier (896dcfe)

2.11.0

13 Oct 16:05
Compare
Choose a tag to compare

2.11.0 (2021-10-13)

Features

  • Added an ability to traverse the hierarchy of types in the dropdown with keyboard (1f8895d)

2.10.6

07 Oct 17:30
Compare
Choose a tag to compare

2.10.6 (2021-10-07)

Bug Fixes

  • Fixed missing method exception in Unity 2020.3.15 and older (848005c)

2.10.5

03 Oct 09:09
Compare
Choose a tag to compare

2.10.5 (2021-10-03)

Bug Fixes

  • Fixed "Type is not a supported pptr value" error when using UnityEvents (f3a6804)
  • Fixed ApplicationException occurring sometimes after assembly reload (0d56d5e)