There was an error while loading. Please reload this page.
1 parent e5e0d22 commit 502b6ccCopy full SHA for 502b6cc
Genres/0 Setup/SetupManager.cs
@@ -29,7 +29,7 @@ public static void MoveProjectFiles(Genre genre, string pathFrom, string pathTo,
29
// Moves the main scene file from its original location to a new location
30
File.Move(
31
Path.Combine(pathFrom, folderNames[genre], mainSceneName),
32
- Path.Combine(pathTo, "Scenes", mainSceneName));
+ Path.Combine(pathTo, mainSceneName));
33
34
// Move all files relevant to this genre
35
MoveFilesAndPreserveFolderStructure(Path.Combine(pathFrom, folderNames[genre]), Path.Combine("Genres", folderNames[genre]));
0 commit comments