-
Notifications
You must be signed in to change notification settings - Fork 529
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 888 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 888 Bytes
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
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.19.3",
"unity": "2021.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 use cases.",
"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.audio": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.shadergraph": "10.0.0",
"com.unity.mathematics": "1.0.0",
"com.unity.collections": "1.0.0"
},
"samples": [
]
}