Skip to content

Commit 6faa55f

Browse files
committed
chore: update package namespace from justinpbarnett to coplaydev
1 parent cf86964 commit 6faa55f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README-DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Restores original files from backup.
4848

4949
Unity package cache is typically located at:
5050
```
51-
X:\UnityProject\Library\PackageCache\com.justinpbarnett[email protected]
51+
X:\UnityProject\Library\PackageCache\com.coplaydev[email protected]
5252
```
5353

5454
To find it:

UnityMcpBridge/Editor/Windows/UnityMcpEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ private string FindPackagePythonDirectory()
626626
{
627627
foreach (UnityEditor.PackageManager.PackageInfo package in request.Result)
628628
{
629-
if (package.name == "com.justinpbarnett.unity-mcp")
629+
if (package.name == "com.coplaydev.unity-mcp")
630630
{
631631
string packagePath = package.resolvedPath;
632632

UnityMcpBridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "com.justinpbarnett.unity-mcp",
3-
"version": "2.0.0",
2+
"name": "com.coplaydev.unity-mcp",
3+
"version": "1.0.0",
44
"displayName": "Unity MCP Bridge",
55
"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.",
66
"unity": "2020.3",

deploy-dev.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo.
1919

2020
:: Package cache location
2121
echo Unity Package Cache Location:
22-
echo Example: X:\UnityProject\Library\PackageCache\com.justinpbarnett[email protected]
22+
echo Example: X:\UnityProject\Library\PackageCache\com.coplaydev[email protected]
2323
set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: "
2424

2525
if "%PACKAGE_CACHE_PATH%"=="" (

restore-dev.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo.
1616

1717
:: Package cache location
1818
echo Unity Package Cache Location:
19-
echo Example: X:\UnityProject\Library\PackageCache\com.justinpbarnett[email protected]
19+
echo Example: X:\UnityProject\Library\PackageCache\com.coplaydev[email protected]
2020
set /p "PACKAGE_CACHE_PATH=Enter Unity package cache path: "
2121

2222
if "%PACKAGE_CACHE_PATH%"=="" (

0 commit comments

Comments
 (0)