How to use the gamepads buttons to navigate as a “back” button to switch betweens UI panels?
I already know that the Eventsystem component handles the click/enter and navigation/Dpad binding well, but what about a “back” button?
see attached example picture for reference of what i am trying to do.
EDIT: is the event system “cancel” binding the way to go in this case? and then use a script as a handler of the OnCancel event?