Skip to content

Commit

Permalink
Merge pull request #845 from ousttrue/fix/VRMShaders.Editor.asmdef
Browse files Browse the repository at this point in the history
includePlatforms is only Editor
  • Loading branch information
ousttrue authored Apr 5, 2021
2 parents 0bcd538 + b51216a commit b0d9b5f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions Assets/VRMShaders/Editor/VRMShaders.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"name": "VRMShaders.Editor"
}
{
"name": "VRMShaders.Editor",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}

0 comments on commit b0d9b5f

Please sign in to comment.