Update path

This commit is contained in:
Hubert Mattusch 2024-02-14 18:40:28 +01:00
parent e819020474
commit bcb239587b

View File

@ -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);