Preserve Aspect, but with crop center

Viewed 3066

I have a GameObject with RawImage component displaying an Image using Texture.

The image is squeezed to the size of the object and changing it's original ratio.

How can I tell the image in the texture to CropCenter? (like in Android for example)

enter image description here

1 Answers
Related