chore: update repository URLs and package name to use correct CoplayDev casing and main branch

main
Marcus Sanatan 2025-08-08 15:06:35 -04:00
parent 6faa55f825
commit 5d148a7462
7 changed files with 14 additions and 14 deletions

View File

@ -48,7 +48,7 @@ Restores original files from backup.
Unity package cache is typically located at: Unity package cache is typically located at:
``` ```
X:\UnityProject\Library\PackageCache\com.coplaydev.unity-mcp@1.0.0 X:\UnityProject\Library\PackageCache\com.CoplayDev.unity-mcp@1.0.0
``` ```
To find it: To find it:

View File

@ -5,8 +5,8 @@
[![](https://img.shields.io/badge/Unity-000000?style=flat&logo=unity&logoColor=blue 'Unity')](https://unity.com/releases/editor/archive) [![](https://img.shields.io/badge/Unity-000000?style=flat&logo=unity&logoColor=blue 'Unity')](https://unity.com/releases/editor/archive)
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org) [![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![](https://badge.mcpx.dev?status=on 'MCP Enabled')](https://modelcontextprotocol.io/introduction) [![](https://badge.mcpx.dev?status=on 'MCP Enabled')](https://modelcontextprotocol.io/introduction)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/coplaydev/unity-mcp) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/CoplayDev/unity-mcp)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/coplaydev/unity-mcp) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/CoplayDev/unity-mcp)
[![](https://img.shields.io/badge/License-MIT-red.svg 'MIT License')](https://opensource.org/licenses/MIT) [![](https://img.shields.io/badge/License-MIT-red.svg 'MIT License')](https://opensource.org/licenses/MIT)
[![](https://img.shields.io/badge/Sponsor-Coplay-red.svg 'Coplay')](https://www.coplay.dev/?ref=unity-mcp) [![](https://img.shields.io/badge/Sponsor-Coplay-red.svg 'Coplay')](https://www.coplay.dev/?ref=unity-mcp)
@ -109,7 +109,7 @@ Unity MCP connects your tools using two components:
3. Click `+` -> `Add package from git URL...`. 3. Click `+` -> `Add package from git URL...`.
4. Enter: 4. Enter:
``` ```
https://github.com/coplaydev/unity-mcp.git?path=/UnityMcpBridge https://github.com/CoplayDev/unity-mcp.git?path=/UnityMcpBridge
``` ```
5. Click `Add`. 5. Click `Add`.
6. The MCP Server should automatically be installed onto your machine as a result of this process. 6. The MCP Server should automatically be installed onto your machine as a result of this process.
@ -292,7 +292,7 @@ Help make Unity MCP better!
5. **Push** your branch. 5. **Push** your branch.
6. **Open a Pull Request** against the master branch. 6. **Open a Pull Request** against the main branch.
--- ---
@ -326,7 +326,7 @@ Help make Unity MCP better!
</details> </details>
Still stuck? [Open an Issue](https://github.com/coplaydev/unity-mcp/issues) or [Join the Discord](https://discord.gg/y4p8KfzrN4)! Still stuck? [Open an Issue](https://github.com/CoplayDev/unity-mcp/issues) or [Join the Discord](https://discord.gg/y4p8KfzrN4)!
--- ---
@ -342,7 +342,7 @@ Thanks to the contributors and our sponsors [Coplay](https://coplay.dev/?ref=uni
## Star History ## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=coplaydev/unity-mcp&type=Date)](https://www.star-history.com/#coplaydev/unity-mcp&Date) [![Star History Chart](https://api.star-history.com/svg?repos=CoplayDev/unity-mcp&type=Date)](https://www.star-history.com/#CoplayDev/unity-mcp&Date)
## Sponsor ## Sponsor

View File

@ -11,10 +11,10 @@ namespace UnityMcpBridge.Editor.Helpers
{ {
private const string RootFolder = "UnityMCP"; private const string RootFolder = "UnityMCP";
private const string ServerFolder = "UnityMcpServer"; private const string ServerFolder = "UnityMcpServer";
private const string BranchName = "master"; private const string BranchName = "main";
private const string GitUrl = "https://github.com/justinpbarnett/unity-mcp.git"; private const string GitUrl = "https://github.com/CoplayDev/unity-mcp.git";
private const string PyprojectUrl = private const string PyprojectUrl =
"https://raw.githubusercontent.com/justinpbarnett/unity-mcp/refs/heads/" "https://raw.githubusercontent.com/CoplayDev/unity-mcp/refs/heads/"
+ BranchName + BranchName
+ "/UnityMcpServer/src/pyproject.toml"; + "/UnityMcpServer/src/pyproject.toml";

View File

@ -626,7 +626,7 @@ namespace UnityMcpBridge.Editor.Windows
{ {
foreach (UnityEditor.PackageManager.PackageInfo package in request.Result) foreach (UnityEditor.PackageManager.PackageInfo package in request.Result)
{ {
if (package.name == "com.coplaydev.unity-mcp") if (package.name == "com.CoplayDev.unity-mcp")
{ {
string packagePath = package.resolvedPath; string packagePath = package.resolvedPath;

View File

@ -1,5 +1,5 @@
{ {
"name": "com.coplaydev.unity-mcp", "name": "com.CoplayDev.unity-mcp",
"version": "1.0.0", "version": "1.0.0",
"displayName": "Unity MCP Bridge", "displayName": "Unity MCP Bridge",
"description": "A bridge that manages and communicates with the sister application, Unity MCP Server, which allows for communications with MCP Clients like Claude Desktop or Cursor.", "description": "A bridge that manages and communicates with the sister application, Unity MCP Server, which allows for communications with MCP Clients like Claude Desktop or Cursor.",

View File

@ -19,7 +19,7 @@ echo.
:: Package cache location :: Package cache location
echo Unity Package Cache Location: echo Unity Package Cache Location:
echo Example: X:\UnityProject\Library\PackageCache\com.coplaydev.unity-mcp@1.0.0 echo Example: X:\UnityProject\Library\PackageCache\com.CoplayDev.unity-mcp@1.0.0
set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: " set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: "
if "%PACKAGE_CACHE_PATH%"=="" ( if "%PACKAGE_CACHE_PATH%"=="" (

View File

@ -16,7 +16,7 @@ echo.
:: Package cache location :: Package cache location
echo Unity Package Cache Location: echo Unity Package Cache Location:
echo Example: X:\UnityProject\Library\PackageCache\com.coplaydev.unity-mcp@1.0.0 echo Example: X:\UnityProject\Library\PackageCache\com.CoplayDev.unity-mcp@1.0.0
set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: " set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: "
if "%PACKAGE_CACHE_PATH%"=="" ( if "%PACKAGE_CACHE_PATH%"=="" (