Hey Developers!
Why is this 512x512 image, which I have put these settings in below:
Turn out distorted?
Thanks
Hey Developers!
Why is this 512x512 image, which I have put these settings in below:
Turn out distorted?
Thanks
Well 0.5 of the X axis on your screen is different than 0.5 of the Y axis on your screen, so the image is stretched.
there are 3 ways to not make it stretched like that
you can change the SizeConstraint property to RelativeXX or RelativeYY
you can change the ScaleType to Fit (only works for image gui objects)
you can add a AspectRatioConstraint and adjust it (if needed)
the best solution would be using an aspectratioconstraint