I’m trying to set up my event system to use a controller, the unity docs haven’t helped. I assume I’m just doing it wrong, how do I get work?
Currently I have the “First Selected” set to New Game.
On New Game I have an event type that calls MenuScript.NewGame on Submit which loads a new game.
Submit is currently set up as Joystick Button 0
What have I left out?