forked from KhronosGroup/UnityGLTF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 Bytes
/
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
{
"name": "com.monaverse.unitygltf",
"displayName": "MonaUnityGLTF",
"version": "0.16.0",
"unity": "2020.3",
"description": "Import and export glTF 2.0 assets, both in the editor and at runtime.",
"repository": {
"url": "https://github.com/monaverse/MonaUnityGLTF.git"
},
"keywords": [
"gltf",
"khronos",
"runtime",
"loader",
"import",
"export"
],
"author": "Mona Gallery, Inc.",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.shadergraph": "10.0.0",
"com.unity.mathematics": "1.0.0",
"com.monaverse.brainssdk": "0.23.0",
"com.monaverse.coresdk": "0.15.0"
},
"samples": [
{
"displayName": "KHR_audio Plugin",
"description": "Experimental plugin adding KHR_audio support.",
"path": "Samples~/KHR_audio"
}
]
}