I'm working on my character menu for an RPG in Unity. I have my menu set up with different buttons for different categories. All is well, except when I re-size my screen, my layout is sized incorrectly. I need my GUI to respond to my screen size. Is there any information or a tutorial I can read?
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
|
I resolved my issue. I accomplished this by creating a ratio based on target screen sizes and actual screen sizes. This ratio is then applied to static value coordinates. |
|||||
|
I'm disturbing an old thread but I feel it's worth it. You can use the all new unity 4.6 with a great UI system. The anchors is the magic word you should look for. Setting the anchors of the UI elements to their corners will make them responsive. It is as simple as that. Check the below link for more info |
|||
|