diff --git a/Editor/robproductions.opengraphgui.editor.asmdef b/Editor/robproductions.opengraphgui.editor.asmdef index 1ac04db..ca842f6 100644 --- a/Editor/robproductions.opengraphgui.editor.asmdef +++ b/Editor/robproductions.opengraphgui.editor.asmdef @@ -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 +} \ No newline at end of file diff --git a/package.json b/package.json index f939e66..9f8a748 100644 --- a/package.json +++ b/package.json @@ -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",