diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index f18399c..18b0601 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -22,6 +22,8 @@ namespace Syntriax.Editor CreateSubFolder($"{AssetPath}/Art", "Audio"); CreateSubFolder($"{AssetPath}/Art/Audio", "Musics"); CreateSubFolder($"{AssetPath}/Art/Audio", "Sounds"); + + CreateSubFolder($"{AssetPath}", "Resources"); CreateSubFolder($"{AssetPath}", "Scripts");