[unity] Fixed Timeline track displaying None as SkeletonAnimation reference on Unity 2020.1+. Fixed by increasing minimum Timeline dependency version to 1.2.10 (still compatible with the same Unity versions), as this issue shows only until 1.2.9. Closes #1855.

This commit is contained in:
Harald Csaszar 2021-03-10 14:42:04 +01:00
parent 7cd2c12443
commit 6c34d1f0a0

View File

@ -10,7 +10,7 @@
"url": "http://esotericsoftware.com/" "url": "http://esotericsoftware.com/"
}, },
"dependencies": { "dependencies": {
"com.unity.timeline": "1.0.0" "com.unity.timeline": "1.2.10"
}, },
"keywords": [ "keywords": [
"spine", "spine",