Is there any way clip/crop an image with UnityGUI?
I have an image and I only want to show a certain part of it. - using GUI.DrawTexture or GUI.Label doesn’t work, because the image always gets scaled or stretched to fit. I tried adding the image as a background to a GUIStyle and have nothing in the foreground, but that gets stretched as well…