diff --git a/Editor/ToolsWindowBase.cs b/Editor/ToolsWindowBase.cs index 78be03b..c5f0ea2 100644 --- a/Editor/ToolsWindowBase.cs +++ b/Editor/ToolsWindowBase.cs @@ -48,7 +48,7 @@ namespace NegUtils.Editor { var menu = new GenericMenu(); - string path = Application.dataPath + "/Scenes/Production"; + string path = Application.dataPath + "/Scenes"; AddFiles(path, path, menu);