-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (39 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (39 loc) · 1.28 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
{
"name": "com.uac.editor-api",
"version": "1.4.0",
"displayName": "Editor API Communicator",
"description": "Comprehensive HTTP REST API for Unity Editor control and automation. 200+ endpoints for full editor access. Works with AI agents (Claude, ChatGPT, Copilot), Python scripts, CI/CD pipelines, web dashboards, external tools, and automated testing.",
"unity": "6000.0",
"unityRelease": "0f1",
"documentationUrl": "https://unity-api-communicator.com/docs.html",
"changelogUrl": "https://unity-api-communicator.com/changelog.html",
"licensesUrl": "https://unity-api-communicator.com/terms.html",
"keywords": [
"rest",
"api",
"http",
"automation",
"editor",
"control",
"remote",
"external",
"ai",
"testing",
"cicd",
"python",
"scripting",
"communicator"
],
"author": {
"name": "Unity API Communicator",
"email": "support@unity-api-communicator.com",
"url": "https://unity-api-communicator.com"
},
"repository": {
"type": "git",
"url": "https://github.com/SamDreamsMaker/unity-api-communicator.git"
},
"category": "Editor Extensions",
"dependencies": {},
"hideInEditor": false
}