> I've created my main and in-game menus, and I can navigate them using the mouse with hover and click functionality. Now, I'd like to enable selection and interaction using a controller. How can I achieve this?
>
> Thank you!
>
>
here is a example using keyboard u just need to swap the inputs of keyboard with the controller ones.
i added also the controller/gamepad function now if the controller is connected will disable keyboard and if gamepad disconnected keyboard is active.
might need some adjustments for gamepad inputs as i dont have one and not sure if will work properly. hope it helps.
https://drive.google.com/file/d/1Gd6ocwDnS_hNcgZQYkUvI-9kkYge2XZX/view?usp=sharing
Thank you so much, this was exactly what I needed! I really appreciate your detailed explanation and the example project <3