forked from KhronosGroup/UnityGLTF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.12.0",
"unity": "2020.3",
"description": "Import and export glTF 2.0 assets, both in the editor and at runtime. Excellent support for animations, materials, extensions. Can be extended with plugins for both import and export usecases.",
"repository": {
"url": "https://github.com/KhronosGroup/UnityGLTF.git"
},
"keywords": [
"gltf",
"khronos",
"runtime",
"loader",
"import",
"export"
],
"author": "Khronos Group",
"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"
},
"samples": [
{
"displayName": "KHR_audio Plugin",
"description": "Experimental plugin adding KHR_audio support.",
"path": "Samples~/KHR_audio"
}
]
}