diff --git a/Editor/Postprocessor/Atlas/AtlasEditorWindow.cs b/Editor/Postprocessor/Atlas/AtlasEditorWindow.cs index 9cdd672..4d06d49 100644 --- a/Editor/Postprocessor/Atlas/AtlasEditorWindow.cs +++ b/Editor/Postprocessor/Atlas/AtlasEditorWindow.cs @@ -5,7 +5,7 @@ using UnityEngine; public class AtlasConfigWindow : EditorWindow { - [MenuItem("Tools/图集管理工具/Configuration Panel")] + [MenuItem("Tools/图集工具/Configuration Panel")] public static void ShowWindow() { GetWindow("Atlas Config").minSize = new Vector2(500, 600);