I'm upgrading Spine 3.8 to 4.2 recently. I have solved most problems. But I found the difference of updating stategy between 3.8 and 4.2.
For example, I have a girl playing "stand1" animation. Then I pause the timeline at frame 344.
After some operation, I have to change the time of timeline to frame 350.
Some strange problems happen: in 3.8, the girl will still continue play the "stand1". But in 4.2, the girl is force evaluated to the specific frame. The action seems to change to the frame suddenly.
I want to know if there is some method to solve this problem?