Hey there! I'm wondering if there's a way to actually display a "mix and match" skin while not running the game. It seems the biggest issue is that the skeleton is not actually created. I tried hooking into OnDrawGizmos, but most of the time the skeleton is just null. I know it must be possible because if you can select a skin from the dropdown of the SkeletonAnimation component, and change what's on screen:
I'd like to do the same just with mix and match skins. Is there any way to do this?
Thank you!