Reference ID
5765e888-4e89-f257-a098-78873831e406
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
Controllers have a lot of trouble focusing on buttons.
- When a button is hidden that the controller is focused on, the controller’s focus is lost and the game gets soft lock.
- When a button is removed and added, the controller focus is lost, the game gets soft lock.
- There is random unfocusing of the controller when adding a widget to
player_ui
. This happens completely randomly. - Controllers are unable to press custom buttons of class
button{}
.
Steps to Reproduce
- Add a UI button
- Hide it with
.SetVisibility(widget_visibility.Hidden)
. - Show the button using the same method.
Expected Result
The controller’s focus should switch to another button or be restored when it appears
Observed Result
Controller focus completely disappears and the game gets soft lock, only exit and play helps.
Platform(s)
windows
Additional Notes
Video in first comment
2 posts - 1 participant