Releases: SolidAlloy/ClassTypeReference-for-Unity
Releases · SolidAlloy/ClassTypeReference-for-Unity
2.16.0
2.16.0 (2022-07-24)
Bug Fixes
- Fixed type being null when SerializeReference is used on a field next to a serializable class that uses TypeReference (cc77a82)
Features
- Switched from GUID to assembly names in asmdefs (9645049)
2.15.1
2.15.1 (2022-06-07)
Bug Fixes
- Fixed exception in ExtEvents related to TypeReference (45ce1f8)
2.15.0
2.15.0 (2022-05-02)
Bug Fixes
- Made _suppressLogs work properly for all instance of TypeReference (4034588)
Features
- Implemented new algorithm to find the objects with the missing type (92e8d7e)
- Started coloring missing types in red to draw attention to them. (c06d230)
2.14.0
2.14.0 (2022-03-07)
Bug Fixes
- Fixed compilation errors in samples (8a99387)
- Returned the ExcludeNone parameter and marked it obsolete (88607ee)
Features
- Made ProjectSettings public (c6f3c92)
2.13.0
2.13.0 (2022-02-08)
Features
- Started setting GUI.changed to true when a different type is chosen in the dropdown so that one can register for 'value changed' events (72212e2)
2.12.1
2.12.1 (2022-02-03)
Bug Fixes
- Fixed the error in console regarding the immutable Changelog file (685a566)
2.12.0
2.12.0 (2022-02-03)
Bug Fixes
- Fixed the package full name in the installation paragraph (86d6547)
Features
- Added SerializedTypeReference.SetType(Type type) method (a05110a)
- Added the ShowAllTypes property to the TypeOptions attribute (8c45d27)
- Added TypeReference.GetTypeNameFromNameAndAssembly static method (1302a1c)
- Made TypeReference.TypeNameAndAssembly property public (77cef13)
2.11.5
2.11.5 (2021-11-09)
Bug Fixes
- Resolved the .dll dependency conflict in Unity 2021.2 (3779621)
2.11.4
2.11.4 (2021-10-24)
Bug Fixes
- Fixed NullReferenceException when pressing keyboard keys in search mode (da1113e)
2.11.3
2.11.3 (2021-10-22)
Bug Fixes
- Fixed NRE when opening a type dropdown on MacOS (ec75afb)