Skip to content

Commit 1cd73b9

Browse files
Update package json to spaces
1 parent b8b741d commit 1cd73b9

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "com.robproductions.opengraphgui",
3-
"version": "1.3.0",
4-
"displayName": "Open Graph GUI",
5-
"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.",
6-
"unity": "2020.3",
7-
"changelogUrl": "https://github.com/RobProductions/OpenGraphGUI",
8-
"licensesUrl": "https://github.com/RobProductions/OpenGraphGUI/blob/main/LICENSE",
9-
"license": "MIT License",
10-
"keywords": [
11-
"shader",
12-
"graph",
13-
"editor",
14-
"gui"
15-
],
16-
"author": {
17-
"name": "RobProductions",
18-
"url": "https://github.com/RobProductions"
19-
},
20-
"samples": [
21-
{
22-
"displayName": "Draw Property Extension",
23-
"description": "Demonstration of how to extend the RPOpenGraphGUI class and add in custom rendering for specific Material Properties.",
24-
"path": "Samples~/DrawPropertyExtension"
25-
}
26-
]
2+
"name": "com.robproductions.opengraphgui",
3+
"version": "1.3.0",
4+
"displayName": "Open Graph GUI",
5+
"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.",
6+
"unity": "2020.3",
7+
"changelogUrl": "https://github.com/RobProductions/OpenGraphGUI",
8+
"licensesUrl": "https://github.com/RobProductions/OpenGraphGUI/blob/main/LICENSE",
9+
"license": "MIT License",
10+
"keywords": [
11+
"shader",
12+
"graph",
13+
"editor",
14+
"gui"
15+
],
16+
"author": {
17+
"name": "RobProductions",
18+
"url": "https://github.com/RobProductions"
19+
},
20+
"samples": [
21+
{
22+
"displayName": "Draw Property Extension",
23+
"description": "Demonstration of how to extend the RPOpenGraphGUI class and add in custom rendering for specific Material Properties.",
24+
"path": "Samples~/DrawPropertyExtension"
25+
}
26+
]
2727
}

0 commit comments

Comments
 (0)