Merge pull request #1364 from ousttrue/fix/menu_slash

menu that contains "//" is not visible in Unity-2021.2
This commit is contained in:
PoChang007
2021-11-08 19:16:42 +09:00
committed by GitHub

View File

@@ -102,6 +102,6 @@ namespace UniVRM10
public string Pre;
}
public const string MENU = "VRM1/";
public const string MENU = "VRM1";
}
}