Releases: mackysoft/Unity-SerializeReferenceExtensions
Releases · mackysoft/Unity-SerializeReferenceExtensions
1.6.1
1.6.0
1.5.0
Added
- Added the
HideInTypeMenuAttribute
. It is now possible to prevent subclasses from being displayed in the menu. #68 - Added the
SubclassSelectorAttribute.UseToStringAsLabel
. When drawing labels, theToString
method of an instance can now be used as a label. #64
Removed
- Removed
UNITY_2019_3_OR_NEWER
directive. #65
Fixed
- Improved collapse of foldout rendering between Unity versions. #67
1.4.0
1.3.1
Fixed
- Improved performance of finding CustomPropertyDrawer. #56 @theo-rapidfire
- Fixed a foldout layouts being misaligned in Unity 2022.2 or newer.
1.3.0
1.2.2
Fixed
- Fix label overlapping button #49 @JohannesDeml
- Add logic to check for inherited PropertyDrawers from base classes and interfaces #48 @JohannesDeml
- Fixed ArgumetNullException when value deserialization #52