From 92278f03bebf68852e426562206a755d11c73060 Mon Sep 17 00:00:00 2001 From: in0finite Date: Sun, 27 Mar 2022 19:50:37 +0200 Subject: [PATCH] ... --- Assets/Scripts/Editor/NavMeshGeneratorCommandLine.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Scripts/Editor/NavMeshGeneratorCommandLine.cs b/Assets/Scripts/Editor/NavMeshGeneratorCommandLine.cs index 77605308..479369c1 100644 --- a/Assets/Scripts/Editor/NavMeshGeneratorCommandLine.cs +++ b/Assets/Scripts/Editor/NavMeshGeneratorCommandLine.cs @@ -14,8 +14,6 @@ namespace SanAndreasUnity.Editor { public static class NavMeshGeneratorCommandLine { - // TODO: remove menu item - [MenuItem(EditorCore.MenuName + "/" + "Generate nav mesh in batch")] private static void Run() { string[] args = Environment.GetCommandLineArgs();