-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 2.24 KB
/
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
36
37
38
39
40
41
{
"name": "com.unity.cloud.gltfast",
"version": "6.10.2",
"displayName": "Unity glTFast",
"description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
"unity": "2020.3",
"keywords": [
"mesh",
"gltf",
"asset",
"format",
"draco",
"ktx",
"basis",
"universal",
"basisu"
],
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.8.4",
"com.unity.collections": "1.2.4"
},
"relatedPackages": {
"com.unity.cloud.gltfast.tests": "0.0.0"
},
"unityRelease": "48f1",
"_upm": {
"changelog": "### Added\n- (Importer) *Textures Readable* checkbox in the imnporter inspector (*Textures* section).\n- (Export) Error message when attempting to export with unsupported meshopt compression.\n- (Tests) Runtime import performance tests.\n- (Tests) Procedurally generated glTFs for testing purpose.\n- (Tests) Editor export tests.\n\n### Changed\n- (Tests) Reduced jobs performance test duration by lowering buffer sizes and switching to dynamic measurement counts.\n- (Tests) Performance tests are not run, unless the `RUN_PERFORMANCE_TESTS` scripting define is set.\n\n### Fixed\n- Performance test compilation if *Collections* package >= 1.5.0 is not installed.\n- Inconsistent profiler markers.\n- (Export) Unity Editor not responding anymore after export glTF with non-readable meshes.\n- (Export) Missing `inverseBindMatrices`/`bindPoses` on skinned meshes when exporting with Draco compression.\n- (CI) Ensuring the development documentation and the `Tools` code is checked for code formatting as well.\n- Compilation for `ICodeLogger` implementors by adding a default implementation for `Log` (works for Unity 2021 LTS and newer).\n\n### Removed\n\n### Deprecated\n\n### Security"
},
"upmCi": {
"footprint": "1047daee834f4039eca3bde663876f42f4eee16d"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.gltfast.src.git",
"type": "git",
"revision": "cdb28db15d11a0313338b750ca2111987f3f13ca"
}
}