升级XR插件版本
This commit is contained in:
26
Packages/MCPForUnity/package.json
Normal file
26
Packages/MCPForUnity/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "com.coplaydev.unity-mcp",
|
||||
"version": "9.4.0",
|
||||
"displayName": "MCP for Unity",
|
||||
"description": "A bridge that connects AI assistants to Unity via the MCP (Model Context Protocol). Allows AI clients like Claude Code, Cursor, and VSCode to directly control your Unity Editor for enhanced development workflows.\n\nFeatures automated setup wizard, cross-platform support, and seamless integration with popular AI development tools.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4",
|
||||
"unity": "2021.3",
|
||||
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
|
||||
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
|
||||
"dependencies": {
|
||||
"com.unity.nuget.newtonsoft-json": "3.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"unity",
|
||||
"ai",
|
||||
"llm",
|
||||
"mcp",
|
||||
"model-context-protocol",
|
||||
"mcp-server",
|
||||
"mcp-client"
|
||||
],
|
||||
"author": {
|
||||
"name": "Coplay",
|
||||
"email": "support@coplay.dev",
|
||||
"url": "https://coplay.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user