To scale down bones that have the "Inherit Scale" option unchecked without affecting the animation, you can use the Skeleton.scaleX
and Skeleton.scaleY
properties at runtime. These properties allow you to scale the entire skeleton, including bones with inherit scale disabled, without altering the individual bone scale settings in the editor. This approach ensures that the animations remain intact while achieving the desired scaling effect.