Skip to content

Commit 8e3a105

Browse files
committedDec 10, 2020
fixed assembly issue during build
1 parent 5c87fd2 commit 8e3a105

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎Editor/com.unity.animations.springbone.editor.asmdef

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
"references": [
44
"com.unity.animations.springbone"
55
],
6-
"optionalUnityReferences": [],
7-
"includePlatforms": [],
6+
"includePlatforms": [
7+
"Editor"
8+
],
89
"excludePlatforms": [],
910
"allowUnsafeCode": false,
1011
"overrideReferences": false,
1112
"precompiledReferences": [],
1213
"autoReferenced": true,
13-
"defineConstraints": []
14+
"defineConstraints": [],
15+
"versionDefines": [],
16+
"noEngineReferences": false
1417
}

0 commit comments

Comments
 (0)