Skip to content

Commit c2b00e7

Browse files
committed
chore: update editor window title from 'MCP Editor' to 'MCP for Unity'
1 parent 98fe4dd commit c2b00e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMcpBridge/Editor/Windows/UnityMcpEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class UnityMcpEditorWindow : EditorWindow
4747
[MenuItem("Window/MCP for Unity")]
4848
public static void ShowWindow()
4949
{
50-
GetWindow<UnityMcpEditorWindow>("MCP Editor");
50+
GetWindow<UnityMcpEditorWindow>("MCP for Unity");
5151
}
5252

5353
private void OnEnable()

0 commit comments

Comments
 (0)