I’m trying to make it so that my game is also compatible with controllers but I’m not sure how to work it so that the user can use the dpad or analog to select buttons that are on screen or other UI elements. I looked up the behaviors but it seems like the only mapping available is for top down or platformer. I’m honestly not even sure where to start with this, I also tried looking it up but again just got results for mapping for platformers or top-down.
For reference I’m making a visual novel and would like players to be able to use the controller to select the dialogue options on the screen (they’re made using the button sprites). Or when I build out the settings menu and the like, I imagine those will be using buttons and sliders as well. So how do I make it so the game knows how to read input from the dpad and analog and move through the UI accordingly? (I did install the extension but I think there’s more steps that I’m just not aware of.)
I’d appreciate any help, thank you!