From 50844c20f429a9f1a99c8f4df83dd43dadf96686 Mon Sep 17 00:00:00 2001 From: Marcus Sanatan Date: Fri, 3 Oct 2025 22:22:19 -0400 Subject: [PATCH] docs: add Unity disclaimer and update package installation steps --- README.md | 4 ++++ docs/v5_MIGRATION.md | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2093c68..74de4a9 100644 --- a/README.md +++ b/README.md @@ -358,3 +358,7 @@ MIT License. See [LICENSE](LICENSE) file. Coplay Logo

+ +## Disclaimer + +This project is a free and open-source tool for the Unity Editor, and is not affiliated with Unity Technologies. diff --git a/docs/v5_MIGRATION.md b/docs/v5_MIGRATION.md index 91aa87e..99613c0 100644 --- a/docs/v5_MIGRATION.md +++ b/docs/v5_MIGRATION.md @@ -20,10 +20,9 @@ Version 5 introduces a new package structure. The package is now installed from ### Step 2: Install from the New Path 1. In the Package Manager, click the **+** button in the top-left corner -2. Select **Add package from disk...** -3. Navigate to the `MCPForUnity` folder (NOT the old `UnityMcpBridge` folder) -4. Select the `package.json` file inside the `MCPForUnity` folder -5. Click **Open** to install the package +2. Select **Add package from git URL...** +3. Enter the following URL: `https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity` +4. Click **Add** to install the package ![Installing from the new MCPForUnity path](screenshots/v5_02_install.png)