Skip to content

Commit

Permalink
fixed assembly issue during build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki-o committed Dec 10, 2020
1 parent 5c87fd2 commit 8e3a105
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Editor/com.unity.animations.springbone.editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"references": [
"com.unity.animations.springbone"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit 8e3a105

Please sign in to comment.