Vector3 Calculation

Hello,

After adding invertV = true on a sprite the sprite position is changed. How to reposition the sprite to the original/previous position after adding invertV = true.

Thanks

Would you be able to setup a repro in the Playground?

Here is the PG

Bassicaly I want to place the image bottom center and fit with a certain size.

As you copy the source image so that it is 200 pixels height in the destination, you should offset the Y position by size.height - 200:

2 Likes