This commit is contained in:
in0finite 2022-03-27 19:50:37 +02:00
parent 430604da6a
commit 92278f03be

View file

@ -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();