-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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.mtion.sdk",
"description": "Tools to create assets and scenes for app.",
"version": "0.20.2",
"supportedVersion": "6000.3.9f1",
"unity": "2021.3",
"displayName": "Mtion SDK",
"dependencies": {
"com.unity.addressables": "2.8.1",
"com.unity.editorcoroutines": "1.0.1",
"com.unity.mathematics": "1.3.3",
"com.unity.burst": "1.8.28",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.collections": "2.6.4"
},
"hideInEditor": false,
"license": "MIT",
"author": {
"name": "mtion interactive inc.",
"email": "hello@mtion.xyz",
"url": "https://mtion.xyz"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"keywords": [
"mtion",
"sdk",
"gaming",
"modding",
"minigames",
"creation",
"live streaming",
"vtubing",
"machinima",
"virtual production"
]
}