So, the Spine application works in frames. But the runtimes works in seconds.
Is there a way to go to a desired time during runtime?
skeleton.PlayAt(1.25f)
or
skeleton.currentTime = 1.25f
something like that?
I have some different animations that needs to be synchronized, and this would be the easiest solution I've found.
Thanks.