Skip to content

Commit b735210

Browse files
committed
Update required Unity version and package name
Closes #213
1 parent b33ae0b commit b735210

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Unity MCP connects your tools using two components:
6565
### Prerequisites
6666

6767
* **Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
68-
* **Unity Hub & Editor:** Version 2020.3 LTS or newer. [Download Unity](https://unity.com/download)
68+
* **Unity Hub & Editor:** Version 2021.3 LTS or newer. [Download Unity](https://unity.com/download)
6969
* **uv (Python package manager):**
7070
```bash
7171
pip install uv

UnityMcpBridge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.coplaydev.unity-mcp",
33
"version": "2.1.1",
4-
"displayName": "Unity MCP Bridge",
5-
"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.",
6-
"unity": "2020.3",
4+
"displayName": "Unity MCP",
5+
"description": "A bridge that connects an LLM to Unity via the MCP (Model Context Protocol). This allows MCP Clients like Claude Desktop or Cursor to directly control your Unity Editor.",
6+
"unity": "2021.3",
77
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
88
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
99
"dependencies": {

0 commit comments

Comments
 (0)