summaryrefslogtreecommitdiff
path: root/AssetBrowser.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-10 12:07:59 +0800
committerchai <chaifix@163.com>2018-07-10 12:07:59 +0800
commitacaadc6869c1d6b9d1fa2315a70639bca63efe31 (patch)
treea92c246489da914bcdff182ac4ab6b2bb52472e2 /AssetBrowser.cs
parent36f798462d5ee78df294ead5fb5a8ea1e372fbed (diff)
*文件夹
Diffstat (limited to 'AssetBrowser.cs')
-rw-r--r--AssetBrowser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AssetBrowser.cs b/AssetBrowser.cs
index 398c2c2..3049f5b 100644
--- a/AssetBrowser.cs
+++ b/AssetBrowser.cs
@@ -456,7 +456,7 @@ class AssetBrowser : EditorWindow
private int orderPath = 1;
#endregion
- [MenuItem("DNTools/查找/资源引用关系", false, 6)]
+ [MenuItem("Window/Asset Browser", false, 6)]
public static void Show()
{
editor = GetWindow<AssetBrowser>();