We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fe4dd commit c2b00e7Copy full SHA for c2b00e7
UnityMcpBridge/Editor/Windows/UnityMcpEditorWindow.cs
@@ -47,7 +47,7 @@ public class UnityMcpEditorWindow : EditorWindow
47
[MenuItem("Window/MCP for Unity")]
48
public static void ShowWindow()
49
{
50
- GetWindow<UnityMcpEditorWindow>("MCP Editor");
+ GetWindow<UnityMcpEditorWindow>("MCP for Unity");
51
}
52
53
private void OnEnable()
0 commit comments