feat: 移除 Addressable 批量工具菜单项

This commit is contained in:
2026-05-22 13:41:31 +08:00
parent 7461d181fe
commit 3e1f234ddc

View File

@@ -83,7 +83,6 @@ namespace BaseGames.Editor
// ─────────────────────────────────────────────────────────────────────
[MenuItem(MenuPath, priority = 200)]
[MenuItem("BaseGames/Addressables/Open Addressable Batch Tool", priority = 250)]
public static void OpenWindow()
{
var win = GetWindow<AddressableBatchTool>(Title);