diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index 18b0601..f25f68e 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -11,7 +11,7 @@ namespace Syntriax.Editor { private const string AssetPath = "Assets"; - [MenuItem("Syntriax/Create Project Structure", false, int.MaxValue)] + [MenuItem("Tools/Syntriax/Create Project Structure", false, int.MaxValue)] private static void CreateStructure() { CreateSubFolder($"{AssetPath}", "Art");