21 lines
790 B
JSON
21 lines
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/"
|
||
|
}
|
||
|
}
|