[unity] Fixed build error on Timeline UPM package and Unity 2018+ due to spine-timeline-editor.asmdef being included in normal build.

This commit is contained in:
Harald Csaszar 2019-10-15 14:25:40 +02:00
parent 59fe662bc2
commit c6669dbaa1

View File

@ -7,7 +7,9 @@
"Unity.Timeline" "Unity.Timeline"
], ],
"optionalUnityReferences": [], "optionalUnityReferences": [],
"includePlatforms": [], "includePlatforms": [
"Editor"
],
"excludePlatforms": [], "excludePlatforms": [],
"allowUnsafeCode": false, "allowUnsafeCode": false,
"overrideReferences": false, "overrideReferences": false,