generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 KB
/
package.json
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": "com.realitytoolkit.devtools",
"displayName": "RealityToolkit.DevTools",
"description": "A collection of services, utilities and tools useful for developing immersive experiences using the Reality Toolkit.",
"version": "1.0.3",
"documentationUrl": "https://realitytoolkit.realitycollective.net/",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.devtools/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.devtools/blob/main/LICENSE.md",
"keywords": [
"VR",
"AR",
"XR",
"Mixed Reality"
],
"unity": "2022.3",
"homepage": "https://realitytoolkit.realitycollective.net/",
"bugs": {
"url": "https://github.com/realitycollective/com.realitytoolkit.devtools/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/realitycollective/com.realitytoolkit.devtools"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.48",
"com.realitytoolkit.player": "1.0.4",
"com.unity.ugui": "1.0.0",
"com.unity.textmeshpro": "3.0.8"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}