We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024a9cd commit b9ad983Copy full SHA for b9ad983
Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs
@@ -63,7 +63,6 @@ TypePopupCache GetTypePopup (SerializedProperty property) {
63
Type baseType = property.GetManagedReferenceFieldType();
64
var popup = new AdvancedTypePopup(
65
TypeCache.GetTypesDerivedFrom(baseType).Where(p =>
66
- p.IsClass &&
67
(p.IsPublic || p.IsNestedPublic) &&
68
!p.IsAbstract &&
69
!p.IsGenericType &&
0 commit comments