diff --git a/Assets/FishNet/Runtime/Editor/PrefabCollectionGenerator/SettingsProvider.cs b/Assets/FishNet/Runtime/Editor/PrefabCollectionGenerator/SettingsProvider.cs index 9b4f6012..e09eb031 100644 --- a/Assets/FishNet/Runtime/Editor/PrefabCollectionGenerator/SettingsProvider.cs +++ b/Assets/FishNet/Runtime/Editor/PrefabCollectionGenerator/SettingsProvider.cs @@ -14,7 +14,7 @@ namespace FishNet.Editing.PrefabCollectionGenerator { internal static class SettingsProvider { - private static readonly Regex SlashRegex = new(@"[\\// ]"); + private static readonly Regex SlashRegex = new(@"[\\//]"); private static PrefabGeneratorConfigurations _settings; private static GUIContent _folderIcon; private static GUIContent _deleteIcon;