I'm relatively new to programming.
I'm using the spine skeleton animator (mecanim) to manage my animations.
I'd like to access a slot to change its color properties, but I'm not sure how. I've looked up examples online but all of them involve getting a reference to SkeletonAnimation, but I'm not using skeletonanimation. I'm using skeletonanimator. Because of this, I'm not sure how to get a reference that can be used to drill down to the slot.
Any advice would be appreciated. Thank you