EsotericSoftware / spine-runtimes

2D skeletal animation runtimes for Spine.
http://esotericsoftware.com/
Other
4.4k stars 2.91k forks source link

[unity] Unity 2018.4 does not contain some definitions from the Spine Timeline 4.0 Plugin #2062

Closed mayo-cl closed 2 years ago

mayo-cl commented 2 years ago

Runtime: spine-unity 4.0 (updated 2022-03-22) Spine Timeline 4.0 (updated 2022-03-24)

I am on Unity 2018.4, and I see these compile errors. Not happening on Unity 2019 though.

Screen Shot 2022-04-06 at 10 54 01
HaraldCsaszar commented 2 years ago

@mayo-cl Thanks for reporting and sorry for the troubles. In general, please always post the compile error description messages from the Unity console Window, not a screenshot of your IDE (which is neither precise nor reliable). I assume that you received the error message [..]/SpineAnimationStateGraphicTrackInspector.cs(40,58): error CS0246: The type or namespace name 'TrackEditor' could not be found. Are you missing an assembly reference?, is this correct?

HaraldCsaszar commented 2 years ago

This issue has just been fixed. New 4.0 and 4.1-beta spine timeline UPM packages are available for download: http://esotericsoftware.com/spine-unity-download Thanks again for reporting.