Verse UI bug when opening settings

Summary

Verse UI disappears when going into settings

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

Create UI in different classes. One for currency. Another for rank. Then have a UI that comes up that covers part of those UI. Open settings. Close settings. The UI behind the one that covers those UI will disappear. The only way to get them to come back is to rebuild the canvas and re-add the widget.

Expected Result

UI remains on screen.

Observed Result

UI below the foreground UI disappears.

Platform(s)

PlayStation 5 and PC

Island Code

8444-1870-7326

Additional Notes

I am using ZOrder when adding the widget to ensure there is no conflict between the different canvas’.

I am currently working around this using event() as a global variable and when the foreground UI is closed I signal that event. All other classes with UI will await that signal and will rebuild the canvas when that happens.

This is currently happening in Havoc Hotel 2.

1 Like

I think this problem primarily happens when the UI accepts input.