I have started trying out uGUI in a prototype project and have come across a bit of a roadblock: Is there a way to sort UI elements within an overlay canvas at runtime (programatically)?
Alternatively I think I could use a dedicated UI camera, camera canvas and the z value to achieve sorting capabilities in an overlay, but I would prefer it if the overlay canvas could handle all of this.