diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index 9ecb667..6d56edf 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -23,8 +23,6 @@ namespace Syntriax.Editor CreateSubFolder($"{AssetPath}/Art/Audio", "Musics"); CreateSubFolder($"{AssetPath}/Art/Audio", "Sounds"); - CreateSubFolder($"{AssetPath}", "Resources"); - CreateSubFolder($"{AssetPath}", "Scripts"); CreateSubFolder($"{AssetPath}", "Prefabs");