#1, by UraalWednesday, 18. February 2015, 06:58 10 years ago
I have 2 interfaces in my game, inventory and esc-menu.
When running from editor both interfaces show normally and can be activated from their responding buttons. However if I take a build out of the game, only inventory can be activated/shows, esc-menu is nowhere to be seen. Activation buttons themselves ain't the problem as I tried it with build where all inventory is visible all the time but even then esc-menu can't be found.
So far tried solutions that have no effect on the matter:
Changing class of the interface
Removing absolute positioning
Changing the button that hides/shows the interface
Removing "hide interface" from start up action
Remove interface's action area
Setting text area for the interface
Trying to disable defining scripts from script menu (currently working on options menu, thought maybe that broke something)