-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 950 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 950 Bytes
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
{
"name": "com.robproductions.opengraphgui",
"version": "1.3.0",
"displayName": "Open Graph GUI",
"description": "An open-source generic Shader GUI for use with URP ShaderGraphs. This package aims to help developers clean up the look of their Material properties while maintaining the built-in style.",
"unity": "2020.3",
"changelogUrl": "https://github.com/RobProductions/OpenGraphGUI",
"licensesUrl": "https://github.com/RobProductions/OpenGraphGUI/blob/main/LICENSE",
"license": "MIT License",
"keywords": [
"shader",
"graph",
"editor",
"gui"
],
"author": {
"name": "RobProductions",
"url": "https://github.com/RobProductions"
},
"samples": [
{
"displayName": "Draw Property Extension",
"description": "Demonstration of how to extend the RPOpenGraphGUI class and add in custom rendering for specific Material Properties.",
"path": "Samples~/DrawPropertyExtension"
}
]
}