Skip to content

Commit 8f943f6

Browse files
committed
更改菜单名字
1 parent b3ccd5f commit 8f943f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/unity/en/tutorial/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This package requires the following UPM dependencies:
3333
From the Unity Editor menu bar, select:
3434

3535
```
36-
Puerts.AI → MCP Server
36+
PuertsEditorAssistant → MCP Server
3737
```
3838

3939
This opens the MCP Server management window.

doc/unity/zhcn/tutorial/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
在 Unity 编辑器菜单栏中选择:
3434

3535
```
36-
Puerts.AI → MCP Server
36+
PuertsEditorAssistant → MCP Server
3737
```
3838

3939
将打开 MCP Server 管理窗口。

unity/upms/agent/Editor/AgentChatWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private struct ChatMessage
101101
/// </summary>
102102
private readonly List<string> progressFragments = new List<string>();
103103

104-
[MenuItem("Puerts.AI/New Chat")]
104+
[MenuItem("PuertsEditorAssistant/New Chat")]
105105
public static void ShowWindow()
106106
{
107107
var window = GetWindow<AgentChatWindow>("Puerts Agent Chat");

unity/upms/mcp/Editor/McpServerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class McpServerWindow : EditorWindow
3131
// but resets when the Editor is closed.
3232
private const string SessionKeyWasRunning = "PuertsMcp_WasRunning";
3333

34-
[MenuItem("Puerts.AI/MCP Server")]
34+
[MenuItem("PuertsEditorAssistant/MCP Server")]
3535
public static void ShowWindow()
3636
{
3737
var window = GetWindow<McpServerWindow>("MCP Server");

0 commit comments

Comments
 (0)