• Unity
  • Flip a slot image in unity

Hello,

It is possible to flip a slot in unity? So for example a logo image dont get a mirror effect when the skeleton is flipped, and stay always the right way?

Related Discussions
...

You flip the bone. Not the slot.

If you need only one image to flip without affecting other images, give it its own bone that doesn't have child bones. That parent bone can still have siblings, you'd just be moving the slot one bone deeper the hierarchy.

Oh...make sense...
The coding here would be something like
Skeletonrender.findbone("name").transform....
I dont know the exact words here but its something in this logic?

Yeah. SkeletonRenderer has a skeleton. Should be able to track down what you need by reading up on the code of each class down that line. It's very logically arranged.

I think bone flip is getting phased out in Spine 3, so maybe use negative bone scale instead?