-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.37 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
{
"name": "com.prototir.sdk",
"version": "0.2.0",
"displayName": "Prototir SDK",
"description": "Unity 6 Web adapter for the Prototir protocol: readiness, events, scores, storage, and managed AI.",
"unity": "6000.0",
"unityRelease": "0f1",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"documentationUrl": "https://prototir.com/docs/creators?runtime=unity#setup",
"changelogUrl": "https://github.com/prototir/unity-sdk/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/prototir/unity-sdk/blob/main/LICENSE.md",
"keywords": [
"prototir",
"web",
"prototype",
"sdk"
],
"author": {
"name": "Prototir",
"url": "https://prototir.com"
},
"samples": [
{
"displayName": "Basic Integration",
"description": "Ready, event, score, storage, and managed AI integration.",
"path": "Samples~/BasicIntegration"
},
{
"displayName": "Prototir Manifest Example",
"description": "Portable prototir.json example for customizing Unity prototype metadata.",
"path": "Samples~/PrototirWebTemplate"
},
{
"displayName": "Download Pairing",
"description": "A working pairing screen for a downloadable build: shows the code, the link, and posts feedback once approved.",
"path": "Samples~/DownloadPairing"
}
]
}