Update required Unity version and package name

Closes #213
main
Marcus Sanatan 2025-08-14 18:13:21 -04:00
parent b33ae0b170
commit b735210d9d
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ Unity MCP connects your tools using two components:
### Prerequisites ### Prerequisites
* **Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/) * **Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
* **Unity Hub & Editor:** Version 2020.3 LTS or newer. [Download Unity](https://unity.com/download) * **Unity Hub & Editor:** Version 2021.3 LTS or newer. [Download Unity](https://unity.com/download)
* **uv (Python package manager):** * **uv (Python package manager):**
```bash ```bash
pip install uv pip install uv

View File

@ -1,9 +1,9 @@
{ {
"name": "com.coplaydev.unity-mcp", "name": "com.coplaydev.unity-mcp",
"version": "2.1.1", "version": "2.1.1",
"displayName": "Unity MCP Bridge", "displayName": "Unity MCP",
"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 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.",
"unity": "2020.3", "unity": "2021.3",
"documentationUrl": "https://github.com/CoplayDev/unity-mcp", "documentationUrl": "https://github.com/CoplayDev/unity-mcp",
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE", "licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
"dependencies": { "dependencies": {