Hey guys, I’m doing some unity stuff. So far it’s great, however I still have some difficulties about scaling towards respective resolutions for mobile devices.

In general: I appreciate every suggestion!

So far I came across:

for scaling simple 2D textures. And a little script for rescaling fonts:

Where you add this script to a label or something and change its effective font size. So it will at least look a like amongst multiple devices. It scales all right but it doesn’t feel too reliable yet. Any suggestions?

How do you guys handle your ui sizes with unity?