Skip to content

Commit 5e7d7d9

Browse files
committed
Only compile the Editor assembly for the Editor platform
1 parent d221c6f commit 5e7d7d9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Editor/Zigurous.Animation.Editor.asmdef

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"references": [
44
"GUID:745911354ede7114ebdcf2b75b69a761"
55
],
6-
"includePlatforms": [],
6+
"includePlatforms": [
7+
"Editor"
8+
],
79
"excludePlatforms": [],
810
"allowUnsafeCode": false,
911
"overrideReferences": false,
@@ -12,4 +14,4 @@
1214
"defineConstraints": [],
1315
"versionDefines": [],
1416
"noEngineReferences": false
15-
}
17+
}

Runtime/Zigurous.Animation.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"defineConstraints": [],
1111
"versionDefines": [],
1212
"noEngineReferences": false
13-
}
13+
}

0 commit comments

Comments
 (0)