docs: add OpenUPM installation option

main
Marcus Sanatan 2025-08-14 18:18:33 -04:00
parent b735210d9d
commit 3fd59e3927
1 changed files with 9 additions and 1 deletions

View File

@ -99,7 +99,9 @@ Unity MCP connects your tools using two components:
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
### 🌟Step 1: Install the Unity Package (Bridge)🌟
### 🌟Step 1: Install the Unity Package🌟
### To install via Git URL
1. Open your Unity project.
2. Go to `Window > Package Manager`.
@ -111,6 +113,12 @@ Unity MCP connects your tools using two components:
5. Click `Add`.
6. The MCP Server should automatically be installed onto your machine as a result of this process.
### To install via OpenUPM
1. Instal the [OpenUPM CLI](https://openupm.com/docs/getting-started-cli.html)
2. Open a terminal (PowerShell, Terminal, etc.) and navigate to your Unity project directory
3. Run `openupm add com.coplaydev.unity-mcp`
**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.
### Step 2: Configure Your MCP Client