Files
2025-11-30 08:35:03 +02:00

55 lines
2.1 KiB
JSON

{
"name": "com.unity.cloud.draco",
"version": "5.1.2",
"displayName": "Draco for Unity",
"description": "Use Draco for Unity to apply Draco compression to meshes, import Draco files and load Draco data at runtime. Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
"unity": "2020.3",
"dependencies": {
"com.unity.burst": "1.8.11",
"com.unity.mathematics": "1.3.1"
},
"keywords": [
"mesh",
"transcode",
"compress",
"decompress",
"encode",
"decode",
"google",
"draco"
],
"type": "library",
"samples": [
{
"displayName": "Draco Decoding",
"description": "Demonstrates how to decode Draco data at runtime",
"path": "Samples~/Decode"
},
{
"displayName": "Draco Encoding",
"description": "Demonstrates how to encode Draco data at runtime",
"path": "Samples~/Encode"
},
{
"displayName": "Scene/GameObject Encoding/Decoding via Menu",
"description": "Encode Meshes, GameObjects or entire Scenes via the Tools and Assets menu and have them decoded when the scene loads.",
"path": "Samples~/SceneEncodeDecode"
}
],
"relatedPackages": {
"com.unity.cloud.draco.tests": "5.1.2"
},
"_upm": {
"changelog": "### Fixed\n- Error log message about missing meta file for `Runtime/Plugins/x86_64/draco_unity.bundle/Contents/MacOS/draco_unity`\n- Incorrect error message when removing legacy WebGL sub-packages fails.\n- Automatic legacy WebGL sub-package removal can be prevented via `DISABLE_SUB_PACKAGE_LOAD` environment variable in Unity 2020 (fixes timeouts in CI).\n- Corrected vision OS support detection in tests, which fixes compilation across Unity versions."
},
"upmCi": {
"footprint": "3959b1f9f481cc9ef80616ed9a6cd7d2d1dfbed2"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.draco.git",
"type": "git",
"revision": "554fd3d32350367a5fc0a5b70a228a08c6d1e4cd"
},
"_fingerprint": "9c0decae37ecef03b474eef49804faae67f5a716"
}