diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs index 25a8c97..219dc50 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/AdvancedTypePopup.cs @@ -50,7 +50,6 @@ namespace MackySoft.SerializeReferenceExtensions.Editor { namespaces[k] = splittedTypePath[k]; } else if (ns != splittedTypePath[k]) { - isSingleNamespace = false; break; }