WuhuIslandTesting/Library/PackageCache/com.stresslevelzero.static-batching@1.0.1/package.json
2025-01-07 02:06:59 +01:00

21 lines
No EOL
790 B
JSON

{
"name": "com.stresslevelzero.static-batching",
"description": "A complete reimplementation of the mesh combination and generation process done by static batching. Spatially sorts renderers in each combined mesh to ensure maximum efficiency, and also provides new options like 32 bit indicies and grouping volumes",
"version": "1.0.1",
"unity": "2021.3",
"displayName": "SLZ Static Batching",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.collections": "1.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/StressLevelZero/CustomStaticBatching.git"
},
"author": {
"name": "StressLevelZero",
"email": "contact@stresslevelzero.com",
"url": "http://www.stresslevelzero.com/"
}
}