mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 22:49:41 +01:00
add mixbox for unity
This commit is contained in:
29
unity/package.json
Normal file
29
unity/package.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user