File tree Expand file tree Collapse file tree 7 files changed +6
-7
lines changed Expand file tree Collapse file tree 7 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ UnityMcpServer.meta
2525# Unity Editor
2626* .unitypackage
2727* .asset
28- UnityMcpBridge.meta
2928LICENSE.meta
3029CONTRIBUTING.md.meta
3130
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ MCP for Unity 使用两个组件连接您的工具:
1141143. 点击 ` +` -> ` Add package from git URL...` 。
1151154. 输入:
116116 ```
117- https://github.com/CoplayDev/unity-mcp.git? path=/UnityMcpBridge
117+ https://github.com/CoplayDev/unity-mcp.git? path=/MCPForUnity
118118 ```
1191195. 点击 ` Add` 。
1201206. MCP 服务器在首次运行时或通过自动设置由包自动安装。如果失败,请使用手动配置(如下)。
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ MCP for Unity connects your tools using two components:
1151153. Click ` +` -> ` Add package from git URL...` .
1161164. Enter:
117117 ` ` `
118- https://github.com/CoplayDev/unity-mcp.git? path=/UnityMcpBridge
118+ https://github.com/CoplayDev/unity-mcp.git? path=/MCPForUnity
119119 ` ` `
1201205. Click ` Add` .
1211216. The MCP server is installed automatically by the package on first run or via Auto-Setup. If that fails, use Manual Configuration (below).
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Be sure to review the developer README first:
1111
1212### Creating a Custom Tool
1313
14- 1 . ** Create a new Python file** in ` UnityMcpBridge /UnityMcpServer~/src/tools/` (or any location that gets imported)
14+ 1 . ** Create a new Python file** in ` MCPForUnity /UnityMcpServer~/src/tools/` (or any location that gets imported)
1515
16162 . ** Use the ` @mcp_for_unity_tool ` decorator** :
1717
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ python mcp_source.py [--manifest /path/to/manifest.json] [--repo /path/to/unity-
3131** 选项:**
3232- ** 1** 上游主分支 (CoplayDev/unity-mcp)
3333- ** 2** 远程当前分支 (origin + branch)
34- - ** 3** 本地工作区 (file: UnityMcpBridge )
34+ - ** 3** 本地工作区 (file: MCPForUnity )
3535
3636切换后,打开包管理器并刷新以重新解析包。
3737
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ python mcp_source.py [--manifest /path/to/manifest.json] [--repo /path/to/unity-
3131** Options:**
3232- ** 1** Upstream main (CoplayDev/unity-mcp)
3333- ** 2** Remote current branch (origin + branch)
34- - ** 3** Local workspace (file: UnityMcpBridge )
34+ - ** 3** Local workspace (file: MCPForUnity )
3535
3636After switching, open Package Manager and Refresh to re-resolve packages.
3737
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Files created:
107107
108108### Testing Telemetry
109109``` bash
110- cd UnityMcpBridge /UnityMcpServer~/src
110+ cd MCPForUnity /UnityMcpServer~/src
111111python test_telemetry.py
112112```
113113
You can’t perform that action at this time.
0 commit comments