From 528172e14c2a5c3c57e7a38546091af9e4f17a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Thu, 27 Mar 2025 17:02:09 +0800 Subject: [PATCH] modify --- Editor/Postprocessor/Atlas/AtlasEditorWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);