-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "io.github.codingriver.upilot",
"version": "0.1.1",
"displayName": "upilot",
"description": "Open-source Unity Editor automation bridge for AI agents and MCP clients, with optional UIFlow YAML automation.",
"unity": "2022.3",
"repository": {
"type": "git",
"url": "https://github.com/codingriver/upilot.git"
},
"documentationUrl": "https://github.com/codingriver/upilot#readme",
"changelogUrl": "https://github.com/codingriver/upilot/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/codingriver/upilot/blob/main/LICENSE.md",
"dependencies": {},
"keywords": [
"upilot",
"unity",
"unity-editor",
"unity-package",
"upm",
"mcp",
"mcp-server",
"model-context-protocol",
"agent",
"codex",
"openai",
"claude",
"cursor",
"ai-agent",
"editor",
"editor-automation",
"automation",
"gamedev",
"ui",
"test",
"uitoolkit",
"imgui",
"uiflow",
"yaml"
],
"author": {
"name": "Codingriver",
"url": "https://github.com/codingriver/upilot"
}
}