Hi All, I'm running the controlling animations demo however the flip the direction command using -1 for the skeleton animations just makes the character vanish. So this code
skeleton.ScaleX = -1; // skeleton allows you to flip the skeleton.
spineAnimationState.SetAnimation(0, idleTurnAnimationName, false);
spineAnimationState.AddAnimation(0, idleAnimationName, true, 0);
yield return new WaitForSeconds(0.5f);
It does work however if I change the object x scale to -1
I'm running Unity 6 on Linux, but don't think that should make much difference?