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.
2 parents 69f6e31 + 1757747 commit 66fc5aeCopy full SHA for 66fc5ae
Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs
@@ -130,7 +130,7 @@ TypePopupCache GetTypePopup (SerializedProperty property) {
130
Type baseType = ManagedReferenceUtility.GetType(managedReferenceFieldTypename);
131
var popup = new AdvancedTypePopup(
132
TypeCache.GetTypesDerivedFrom(baseType).Append(baseType).Where(p =>
133
- (p.IsPublic || p.IsNestedPublic) &&
+ (p.IsPublic || p.IsNestedPublic || p.IsNestedPrivate) &&
134
!p.IsAbstract &&
135
!p.IsGenericType &&
136
!k_UnityObjectType.IsAssignableFrom(p) &&
0 commit comments