Unity GUI: resolution independence

When using Unity GUI, you usually want your UI to be resolution independent. And you never know what resolution the user will run your game with, when building for desktop (or floating canvas webplayer). Unity GUI works on absolute screen pixel…
