Releases: mackysoft/Unity-SerializeReferenceExtensions
Releases · mackysoft/Unity-SerializeReferenceExtensions
1.1.8
1.1.7
Changed
- Items are now ordered based on menu paths. #23
Fixed
- Fixed a dropdown to force nesting if a submenu is specified in the
AddTypeMenu
attribute. #22
Thank you @yellowisher !
1.1.6
1.1.5
1.1.4
1.1.3
Improved
- Improved performance of drawing
SubclassSelectorAttribute
in the inspector.
1.1.2
Removed
- Removed class constraints. This allows the use of structs.
1.1.1
Added
- Added upm Samples support.
Removed
- Removed
MackySoft.SerializeReferenceExtensions.Example.asmdef
.
1.1.0
Changed
SubclassSelectorDrawer
now caches the display name of type.SubclassSelectorDrawer
now finds the type viaUnityEditor.TypeCache
. (https://docs.unity3d.com/ScriptReference/TypeCache.html)
1.0.1
Added
- Added upm support.