Skip to content

Commit 50844c2

Browse files
committed
docs: add Unity disclaimer and update package installation steps
1 parent ba1e488 commit 50844c2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,7 @@ MIT License. See [LICENSE](LICENSE) file.
358358
<img src="logo.png" alt="Coplay Logo" width="100%">
359359
</a>
360360
</p>
361+
362+
## Disclaimer
363+
364+
This project is a free and open-source tool for the Unity Editor, and is not affiliated with Unity Technologies.

docs/v5_MIGRATION.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Version 5 introduces a new package structure. The package is now installed from
2020
### Step 2: Install from the New Path
2121

2222
1. In the Package Manager, click the **+** button in the top-left corner
23-
2. Select **Add package from disk...**
24-
3. Navigate to the `MCPForUnity` folder (NOT the old `UnityMcpBridge` folder)
25-
4. Select the `package.json` file inside the `MCPForUnity` folder
26-
5. Click **Open** to install the package
23+
2. Select **Add package from git URL...**
24+
3. Enter the following URL: `https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity`
25+
4. Click **Add** to install the package
2726

2827
![Installing from the new MCPForUnity path](screenshots/v5_02_install.png)
2928

0 commit comments

Comments
 (0)