- Home /
Is it better to enlarge an image by width/height or by scale?
Hi,
I have a 2D image on a canvas object that needs to be enlarged by 2X. Is it better to change it's width/ height in a Rect Transform or is it better to set it's XYZ scale to Vector.Two?
I was concerned that one way would be worse for its resolution, making it more blurry.
Thanks.
Comment