-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 583 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 583 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
{
"name": "com.atteneder.ktx",
"version": "2.2.3",
"displayName": "KTX/Basis Universal Texture",
"description": "Load KTX 2.0 and Basis Universal textures at runtime and in the Editor.",
"unity": "2021.2",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
},
"keywords": [
"texture",
"image",
"ktx",
"basis",
"universal",
"transcode",
"compress",
"ETC1s",
"UASTC",
"glTF"
],
"author": {
"name": "Andreas Atteneder",
"email": "andreas.atteneder@gmail.com",
"url": "https://pixel.engineer"
}
}