Hi,
I’ve got a simple start menu with “Start” and “quit” buttons. I’ve already set up navigation between them with Horizontal axis using the EventSystem, but I have no idea how to get either of my buttons to call a method in my ManagerScript using Enter or Space keys. I know how to do this using the “OnClick()” on the button component, but I would like to have no mouse, only keyboard inputs. There are plenty of games that use gamepad or keyboard to send events via UI, so I feel like it’s probably really simple. So how would I go about that tho?
Thanks!!!