add mixbox for unity

This commit is contained in:
Ondrej Jamriska
2022-09-21 05:08:56 +02:00
parent fb1cd48e08
commit 4d1ef91f61
57 changed files with 6401 additions and 0 deletions

29
unity/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"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"
}
]
}