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.