GUI overlapping in exe file

Greetings.

I’m facing a problem with the GUI. They stacking each other when i change the menu such as from main menu into new game/choose difficulty.

Everything is fine in editor mode but its only happen in the exe file.

The project is done with only one scene and the GUI is generated with codes such as text and text input field.

Thanks :wink:

Do you mean that the GUI controls are overlapping in the built app but not in the editor? This is likely to do with the different screen resolutions. If you can post your GUI code, it should be fairly easy to spot which parts are dependent on the screen resolution and suggest how you could change them.

here’s a tut on how to scale GUI items based on screen resolution: Unity: Scaling the GUI based on the screen resolution | 41 Post