chore: update package namespace from justinpbarnett to coplaydev

main
Marcus Sanatan 2025-08-08 14:59:30 -04:00
parent cf86964d4d
commit 6faa55f825
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "com.justinpbarnett.unity-mcp",
"version": "2.0.0",
"name": "com.coplaydev.unity-mcp",
"version": "1.0.0",
"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.",
"unity": "2020.3",

View File

@ -19,7 +19,7 @@ echo.
:: Package cache location
echo Unity Package Cache Location:
echo Example: X:\UnityProject\Library\PackageCache\com.justinpbarnett.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: "
if "%PACKAGE_CACHE_PATH%"=="" (

View File

@ -16,7 +16,7 @@ echo.
:: Package cache location
echo Unity Package Cache Location:
echo Example: X:\UnityProject\Library\PackageCache\com.justinpbarnett.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: "
if "%PACKAGE_CACHE_PATH%"=="" (