Problem with pivot and sprites sliced

Hello everyone!

I have a problem with the use of pivot points and images with sliced drawing mode, I would like the position of the pivot point to remain fixed when changing the size of the sprite but I cannot achieve this.

With the example image I think it will be better understood, what I am trying to achieve is that the child object (vase with flowers) is always kept on top of the table leg regardless of the size of the image.

I don’t know if anyone has encountered this problem before or knows how to achieve this.

Thank you very much in advance

Then you would want to set the pivot at the same point as the leg, otherwise you would need to recompute and apply an offset to the vase.

In the end he solved the problem by providing the pivot on the far right, this makes the vase always sit on top of the leg.
The solution was so simple that I hadn’t thought of it…

2 Likes