From 2f2b402accd9066b998e4d68ef5f4e6e147adf9b Mon Sep 17 00:00:00 2001 From: Syntriax Date: Mon, 13 Feb 2023 16:36:36 +0000 Subject: [PATCH] Added Resources Folder Creation --- Editor/ProjectStructureCreatorEditor.cs | 2 ++ 1 file changed, 2 insertions(+) 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");