diff --git a/Editor/SetupOutfit.cs b/Editor/SetupOutfit.cs index c09578c8..b9ab5dd5 100644 --- a/Editor/SetupOutfit.cs +++ b/Editor/SetupOutfit.cs @@ -231,8 +231,7 @@ namespace nadena.dev.modular_avatar.core.editor var mSInheritProbeAnchor = ModularAvatarMeshSettings.InheritMode.SetOrInherit; var mSInheritBounds = ModularAvatarMeshSettings.InheritMode.SetOrInherit; if (outfitRoot != null - && meshSettings == null - && outfitRoot.GetComponentInParent() == null) + && meshSettings == null) { meshSettings = Undo.AddComponent(outfitRoot.gameObject); } else if (outfitRoot != null && meshSettings != null) {