plainklaughter I'm glad to hear that the problem is solved! Thank you for getting back to us
plainklaughter

- 25 січ
- Приєднався 20 квiт 2023 р.
plainklaughter Sorry for my answer was not clear enough. I sent you a Spine project which I have added some changes to and saved in Spine 3.8.99 via email. I hope it will help you to understand what I explained.
plainklaughter Thank you for sending your Spine project! The problem seems to be caused by the following change which was made in Spine 3.7.16-beta:
Fixed path fixed position, fixed spacing, and percent spacing when the path bone is scaled.
Since the
Spacing
mode of the path constraintlong
is set toPercent
, I assume it is affected by the above change. In fact, if you change the scale ofhuanying
, which is the parent bone of the path, from0.5
to1.0
, you can reproduce the same result as Spine 3.8 in 3.6.53.I am afraid to say but the current behavior of
Spacing
should be more correct than old versions, so you need to modify your skeleton to match it. I think an easiest solution would be to set theSpacing
mode oflong
toFixed
and set the value to95
. This will make the setup pose almost the same as the original, andanimation2
andanimation3
will be animated in almost the same way. Unfortunately,animation1
does not work as it is, but it can be made to work by changing theSpacing
value during the animation.