docs: add Unity disclaimer and update package installation steps

main
Marcus Sanatan 2025-10-03 22:22:19 -04:00
parent ba1e488f32
commit 50844c20f4
2 changed files with 7 additions and 4 deletions

View File

@ -358,3 +358,7 @@ MIT License. See [LICENSE](LICENSE) file.
<img src="logo.png" alt="Coplay Logo" width="100%"> <img src="logo.png" alt="Coplay Logo" width="100%">
</a> </a>
</p> </p>
## Disclaimer
This project is a free and open-source tool for the Unity Editor, and is not affiliated with Unity Technologies.

View File

@ -20,10 +20,9 @@ Version 5 introduces a new package structure. The package is now installed from
### Step 2: Install from the New Path ### Step 2: Install from the New Path
1. In the Package Manager, click the **+** button in the top-left corner 1. In the Package Manager, click the **+** button in the top-left corner
2. Select **Add package from disk...** 2. Select **Add package from git URL...**
3. Navigate to the `MCPForUnity` folder (NOT the old `UnityMcpBridge` folder) 3. Enter the following URL: `https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity`
4. Select the `package.json` file inside the `MCPForUnity` folder 4. Click **Add** to install the package
5. Click **Open** to install the package
![Installing from the new MCPForUnity path](screenshots/v5_02_install.png) ![Installing from the new MCPForUnity path](screenshots/v5_02_install.png)