-
What do you want to achieve?
I want to make 2D characters appear in a dialog, and I want them to stand on two sides.
There will be an image for each of their poses, and whenever I make them go to the other side the image flips. -
What is the issue?
Since I don’t want the image to be stretched, I put their ScaleType to Fit, but when I flip the image using ImageRectSize and RectSizeOffset, the image goes off-bounds. -
What solutions have you tried so far?
I tried making the images like a sprite sheet, but it still does the same thing.
Is there a way to make image flipping work with ScaleType Fit?
Thanks for reading 

