Hi, thank you very much, I think I am starting to understand what is happening on our side.
Regarding the docs, I have two points:
- https://esotericsoftware.com/spine-api-reference#AnimationState-addAnimation2 - wording of
If the track is empty, it is equivalent to calling setAnimation.
was misleading to me as I could easily think you mean trackentry which is playing empty animation. Now, I got that you really mean empty track itself (= cleared) - https://esotericsoftware.com/spine-api-reference#AnimationState-setEmptyAnimation might be nice to add link to https://esotericsoftware.com/spine-applying-animations/#Empty-animations as I wasn't aware again of this and your example there (set empty, add after) is probably what I will need to do in my case.
I will now deep dive into my code and report back when I solve all the issues.