Skip to content

Commit

Permalink
Merge pull request #11 from Tsukina-7mochi/dev
Browse files Browse the repository at this point in the history
Fix run-time build error
  • Loading branch information
Tsukina-7mochi authored Jul 6, 2023
2 parents 8823b48 + 3be959a commit 3bc8e6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions Assets/GlitchShader/Editor/GlitchShaderGUI.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"name": "GlitchShaderGUI"
{
"name": "GlitchShaderGUI",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
2 changes: 1 addition & 1 deletion Assets/GlitchShader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "net.ts7m.glitch-shader",
"displayName" : "Glitch Shader",
"version" : "2.0.2",
"version" : "2.0.3",
"author": {
"name": "Mooncake Sugar",
"email": "[email protected]"
Expand Down

0 comments on commit 3bc8e6b

Please sign in to comment.