feat: 移除 Addressable 批量工具菜单项
This commit is contained in:
@@ -83,7 +83,6 @@ namespace BaseGames.Editor
|
|||||||
|
|
||||||
// ─────────────────────────────────────────────────────────────────────
|
// ─────────────────────────────────────────────────────────────────────
|
||||||
[MenuItem(MenuPath, priority = 200)]
|
[MenuItem(MenuPath, priority = 200)]
|
||||||
[MenuItem("BaseGames/Addressables/Open Addressable Batch Tool", priority = 250)]
|
|
||||||
public static void OpenWindow()
|
public static void OpenWindow()
|
||||||
{
|
{
|
||||||
var win = GetWindow<AddressableBatchTool>(Title);
|
var win = GetWindow<AddressableBatchTool>(Title);
|
||||||
|
|||||||
Reference in New Issue
Block a user