parent
b33ae0b170
commit
b735210d9d
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue