diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index 6d56edf..d2f3ca3 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -22,8 +22,10 @@ namespace Syntriax.Editor CreateSubFolder($"{AssetPath}/Art", "Audio"); CreateSubFolder($"{AssetPath}/Art/Audio", "Musics"); CreateSubFolder($"{AssetPath}/Art/Audio", "Sounds"); - + CreateSubFolder($"{AssetPath}", "Scripts"); + CreateSubFolder($"{AssetPath}", "Scenes"); + CreateSubFolder($"{AssetPath}", "Settings"); CreateSubFolder($"{AssetPath}", "Prefabs"); CreateSubFolder($"{AssetPath}/Prefabs", "UI");