Skip to content

Commit

Permalink
Merge pull request #6 from RobProductions/working-branch
Browse files Browse the repository at this point in the history
Fixed Build Issues
  • Loading branch information
RobProductions authored Nov 20, 2022
2 parents f57697f + b1fb658 commit b09d6d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Editor/robproductions.opengraphgui.editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
{
"name": "robproductions.opengraphgui.editor"
}
"name": "robproductions.opengraphgui.editor",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.robproductions.opengraphgui",
"version": "1.2.0",
"version": "1.2.1",
"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",
Expand Down

0 comments on commit b09d6d0

Please sign in to comment.