rotating a gui element.

is there a way to rotate a gui element? for example i’d like to turn a gui texure upside down, like by rotating it by 180 degrees. when i change the Z rotation of the element, nothing happens.

rotating a Unity.UI component around the z axis works… but given that the new UI doesn’t deal with texture but with sprites are you using the legacy OnGUI approach rather than the new Canvas approach?