From bcb239587bcc85f7e5e220f92b5a67d55dfd39b9 Mon Sep 17 00:00:00 2001 From: BitterSmile Date: Wed, 14 Feb 2024 18:40:28 +0100 Subject: [PATCH] Update path --- Editor/ToolsWindowBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);