From 0b3e64a34475d3e93d1f2ee918b2a6101583016d Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sat, 30 Dec 2023 13:20:49 +0300 Subject: [PATCH] chore: Removed Resources Folder --- Editor/ProjectStructureCreatorEditor.cs | 2 -- 1 file changed, 2 deletions(-) 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");