mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 22:49:41 +01:00
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
|
"name": "com.scrtwpns.mixbox",
|
|
"version": "2.0.0",
|
|
"displayName": "Mixbox",
|
|
"description": "Pigment-Based Color Mixing",
|
|
"unity": "2019.3",
|
|
"author": {
|
|
"name": "Secret Weapons",
|
|
"email": "mixbox@scrtwpns.com",
|
|
"url": "https://scrtwpns.com"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Built-in Samples",
|
|
"description": "Contains sample shaders for the Built-in Render Pipelne",
|
|
"path": "Samples~/SamplesBuiltin"
|
|
},
|
|
{
|
|
"displayName": "URP Samples",
|
|
"description": "Contains sample shaders for the Universal Render Pipelne",
|
|
"path": "Samples~/SamplesURP"
|
|
},
|
|
{
|
|
"displayName": "HDRP Samples",
|
|
"description": "Contains sample shaders for the High Definition Render Pipelne",
|
|
"path": "Samples~/SamplesHDRP"
|
|
}
|
|
]
|
|
}
|