forked from atteneder/glTFast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 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
35
{
"name": "com.atteneder.gltfast",
"version": "5.0.0-exp.1",
"displayName": "glTFast",
"description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
"unity": "2019.4",
"keywords": [
"mesh",
"gltf",
"asset",
"format",
"draco",
"ktx",
"basis",
"universal",
"basisu"
],
"author": {
"name": "Andreas Atteneder",
"email": "[email protected]",
"url": "https://pixel.engineer"
},
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.inputsystem": "1.7.0",
"com.unity.burst": "1.6.6",
"com.unity.xr.arcore": "4.2.10",
"com.unity.xr.arfoundation": "4.2.10",
"com.google.ar.core.arfoundation.extensions": "1.41.0"
},
"type": "library",
"unityRelease": "7f1"
}