How to create resolution-independent UI?

Problem - I create some UI text and buttons, line it up perfectly in the editor, test it, all works out.

Then I build the project and test and the UI is all over the place, not where I had it in the editor.

I understand why this happens, but I would be grateful for some suggestions on how to work around this problem?

1 Answer

1

The easiest way is to use the GUI system and scale the GUI matrix according to the screen dimensions. Take a look at this answer for more details.

Thanks, that linked answer is what I was looking for :)