I am keen to give this a try, but I not been able to get it to work. On which object in my scene to I place this? Do I have to have a canvas set to screen space - camera or something? Thanks in advance for the help.
Better to use the new UI system rather than Legacy GUI. For Legacy GUI you’re going to have to mess around with Rendertargets and rescaling the GUI / input to fit. Not nice.
I have played around with canvas scalers but I dislike how you are left with either having portions of the screen cut off or wasted screen space. Currently I use anchors in my project, having the anchors of almost every object set to the bounds of their rect transforms (I am writing a 2D project). I even wrote myself a script to allow me to set the with and heights of objects, as though the anchors are all in a single place, to make consistent sizing of objects easier. There are a few issues with this script currently and I find myself wondering if there is a better way. As of yet though, I haven’t come up with anything.
Not really and anchors / scallers only get you so far. If the dimensions are too different (landscape to portrait for example) it’s actually better to have 2 UI scenes and flip between them. With the new multi-scene setup, that is a lot simplier and means you can share the same scripts for both.