-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (46 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "jp.masaloo.colorschemepalette",
"version": "0.1.0",
"displayName": "Color Scheme Palette",
"description": "Management Color Scheme",
"keywords": [],
"author": {
"name": "masaloo"
},
"unity": "2022.3",
"dependencies": {
"com.unity.visualeffectgraph": "10.4.0"
},
"samples": [
{
"displayName": "Sample 1",
"description": "Sample ColorScheme ScriptableObjects",
"path": "Samples~/Sample1-ScriptableObjects"
},
{
"displayName": "Sample 2",
"description": "Binding ColorScheme to SpriteRenderer ",
"path": "Samples~/Sample2-SpriteRenderer Color"
},
{
"displayName": "Sample 3",
"description": "Binding ColorScheme to Renderer.material",
"path": "Samples~/Sample3-RendererMaterial"
},
{
"displayName": "Sample 4",
"description": "Binding ColorScheme at VFXPropertyBinder",
"path": "Samples~/Sample4-VFX PropertyBinder"
},
{
"displayName": "Sample 5",
"description": "Binding ColorScheme to Camera.backgroundColor",
"path": "Samples~/Sample5-Camera BackgroundColor1"
},
{
"displayName": "Sample 6",
"description": "Binding ColorScheme to TrailRenderer.colorGradient",
"path": "Samples~/Sample6-TrailRenderer"
}
]
}