You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,9 @@ Unity MCP connects your tools using two components:
99
99
100
100
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
101
101
102
-
### 🌟Step 1: Install the Unity Package (Bridge)🌟
102
+
### 🌟Step 1: Install the Unity Package🌟
103
+
104
+
### To install via Git URL
103
105
104
106
1. Open your Unity project.
105
107
2. Go to `Window > Package Manager`.
@@ -111,6 +113,12 @@ Unity MCP connects your tools using two components:
111
113
5. Click `Add`.
112
114
6. The MCP Server should automatically be installed onto your machine as a result of this process.
113
115
116
+
### To install via OpenUPM
117
+
118
+
1. Instal the [OpenUPM CLI](https://openupm.com/docs/getting-started-cli.html)
119
+
2. Open a terminal (PowerShell, Terminal, etc.) and navigate to your Unity project directory
120
+
3. Run `openupm add com.coplaydev.unity-mcp`
121
+
114
122
**Note:** If you installed the MCP Server before Coplay's maintenance, you will need to uninstall the old package before re-installing the new one.
0 commit comments