We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9b21a commit cfe0aeeCopy full SHA for cfe0aee
package.json
@@ -4,14 +4,24 @@
4
"description": "Powerful Shaders that will make your life easier!",
5
"keywords": [
6
"Shader",
7
+ "Shaders",
8
"Configurable",
9
"Configurable Shaders",
- "Supyrb"
10
+ "Supyrb",
11
+ "Rendering",
12
+ "Material Property Drawers"
13
],
14
"category": "Utility",
- "version": "0.5.1",
15
+ "version": "0.5.2",
16
"unity": "2018.1",
17
"dependencies": {
18
- }
19
+ },
20
+ "samples": [
21
+ {
22
+ "displayName": "Examples",
23
+ "description": "Examples scenes and materials with different setups",
24
+ "path": "Samples~/Examples"
25
+ }
26
+ ]
27
}
0 commit comments