From a52a547420b80ddcdced3908a78b7828566a566f Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sat, 30 Dec 2023 13:21:20 +0300 Subject: [PATCH] chore: Added Scenes & Settings Folders --- Editor/ProjectStructureCreatorEditor.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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");