Spine 2D: tracks support is absent in gui

Anybody knows, why I can start two animations on the same spine model on “game object” using different tracks, but it is impossible in gui API?

So, spine.play_anim() allows to set track, while gui.play_spine_anim() is not.
I checked github cpp code and indeed, there is no hidden params, it is just “no tracks” in gui API.

Create a feature request on GitHub. It should be easy to add this to the api.

Done [Spine 2D API] Request for possibility to set "track" in gui.play_spine_anim() · Issue #10348 · defold/defold · GitHub

1 Like