Releases: SolidAlloy/ClassTypeReference-for-Unity
Releases · SolidAlloy/ClassTypeReference-for-Unity
2.11.2
2.11.2 (2021-10-17)
Bug Fixes
- Fixed incorrect behavior when scrolling the hierarchy up with keyboard (4a382fe)
- Fixed NullReferenceException when choosing a type for a generic unity object (62d141b)
2.11.1
2.11.1 (2021-10-16)
Bug Fixes
- Fixed missing extension method because of the SolidUtilties version mismatch (bddebd1)
- Fixed the Event.Use() warning message when a dropdown is closed (0b8e94c)
2.11.0
2.11.0 (2021-10-13)
Bug Fixes
- Fixed flickering window width when opening the dropdown (4a1383e)
Features
- Added ability to move through the list of types using keyboard (85f834a)
2.10.1
2.10.1 (2021-09-29)
Bug Fixes
- Fixed MissingReferenceException sometimes occurring on MacOS when opening dropdown (87cf3c8)
2.10.0
2.10.0 (2021-08-22)
Bug Fixes
- Changed code according to changes in SolidUtilities (e794335)
- When calling type cannot be found, all assemblies are loaded instead of just Assembly-CSharp and its referenced assemblies. (bdaad4a)
Features
- Moved SearchbarMinItemsCount and UseBuiltInNames attribute properties to Project Settings (361e691)
2.9.0
2.9.0 (2021-03-23)
Bug Fixes
- Fixed ArgumentException when using DropdownStyle outside of OnGUI (912576e)
Features
- Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown (e3b3bfa)
- Added DropdownWindow popup option (48fce05)
- Removed the non-visible types restriction (03ab613)
- Returned the internal types restriction (56bbfef)
2.8.7
2.8.7 (2021-03-19)
Bug Fixes
- Downgraded CompilerServices.Unsafe from 5.0.0 to 4.5.3 (0b513ac)
- Fixed FileNotFound exception when Assembly-CSharp is not generated in a project (00ee76d)
2.8.6
2.8.6 (2021-02-19)
Bug Fixes
- Fixed compilation errors for Unity 2019 (7fa0e0a)
- Removed System.Numerics.Vectors DLL file (734d234)
2.8.5
2.8.5 (2021-02-05)
Bug Fixes
- Fixed attribute options not being applied to the dropdown (93dd61b)
2.8.4
2.8.4 (2021-02-01)
Bug Fixes
- Fixed incorrect define constraints in managed plugins (436d009)