Hi, I’m creating a simple menu, and when the game starts, the menu is on the screen and functional however I can’t navigate with the xbox controller. I’ve notice that when I click in some button I begin to navigate with the controller with no problem. How can I set to use the controller from the began (without having to click in some button)??
I strongly suspect that has some to do with the Focus system, but I have no idea how to solve.
I’d put it in the widget after construct, and specify the button. the approach you’re using will try to focus on the whole widget, which most likely isn’t focusable.