forked from atteneder/KtxUnity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
36
37
38
39
{
"name": "com.unity.cloud.ktx",
"version": "3.6.3",
"displayName": "KTX for Unity",
"description": "Load KTX 2.0 and Basis Universal textures at runtime and in the Editor.",
"unity": "2022.3",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
},
"keywords": [
"texture",
"image",
"ktx",
"basis",
"universal",
"transcode",
"compress",
"ETC1s",
"UASTC",
"glTF"
],
"relatedPackages": {
"com.unity.cloud.ktx.tests": "0.0.0"
},
"unityRelease": "67f2",
"_upm": {
"changelog": "### Changed\n- Ensured compatibility with [Fast Enter Play Mode](https://unity.com/blog/engine-platform/enter-play-mode-faster-in-unity-2019-3)."
},
"upmCi": {
"footprint": "aad4dfcd1d171719a10e2b83f3a7e9ebdd5fe0f9"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.cloud.ktx@3.6/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.ktx.git",
"type": "git",
"revision": "1d818daaee4a4e096d3da9264f783b2980392aea"
},
"_fingerprint": "7a35f681840ed3424057c34b346d3e99eaedf5b2"
}