If you're using spine-unity 4.2 or older, you can simply set it equally as with SkeletonAnimation
, they are both SkeletonRenderer
subclasses and both provide skeletonMecanim.Skeleton
/ skeletonAnimation.Skeleton
. So simply use skeletonMecanim.Skeleton.SetSkin
.