Skip to content

Commit 3fd59e3

Browse files
committed
docs: add OpenUPM installation option
1 parent b735210 commit 3fd59e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Unity MCP connects your tools using two components:
9999

100100
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
101101

102-
### 🌟Step 1: Install the Unity Package (Bridge)🌟
102+
### 🌟Step 1: Install the Unity Package🌟
103+
104+
### To install via Git URL
103105

104106
1. Open your Unity project.
105107
2. Go to `Window > Package Manager`.
@@ -111,6 +113,12 @@ Unity MCP connects your tools using two components:
111113
5. Click `Add`.
112114
6. The MCP Server should automatically be installed onto your machine as a result of this process.
113115

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+
114122
**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.
115123
116124
### Step 2: Configure Your MCP Client

0 commit comments

Comments
 (0)