
This does not happen if switching in LateUpdate. just in Update.
This happens with different animations, but does not happen if there is no animation running
The code is simply:
if (Input.GetButtonDown(actionButton))
skeletonAnimation.Skeleton.SetSkin("OpenMouth");
if (Input.GetButtonUp(actionButton))
skeletonAnimation.Skeleton.SetSkin("Normal");