From b735210d9d48d2046ff66b07e0b06d965fd8e1dd Mon Sep 17 00:00:00 2001 From: Marcus Sanatan Date: Thu, 14 Aug 2025 18:13:21 -0400 Subject: [PATCH] Update required Unity version and package name Closes #213 --- README.md | 2 +- UnityMcpBridge/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e132d9b..17ee0fc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Unity MCP connects your tools using two components: ### Prerequisites * **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):** ```bash pip install uv diff --git a/UnityMcpBridge/package.json b/UnityMcpBridge/package.json index a5d0651..048a475 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,9 +1,9 @@ { "name": "com.coplaydev.unity-mcp", "version": "2.1.1", - "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", + "displayName": "Unity MCP", + "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": "2021.3", "documentationUrl": "https://github.com/CoplayDev/unity-mcp", "licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE", "dependencies": {