I have three buttons on a pause menu. Resume is set as First Selected in the Event Manager. Options is in the middle, and Quit to Main Menu is last. If I press down arrow or D-pad down on a controller, each button highlights correctly, but stops at Quit to Main Menu and doesn't re-highlight Resume. Any idea how to make Resume the "next" button in the menu to highlight after Quit?
I didn't expect anything. I just looked for tutorials on creating menus, and nobody seems to be addressing what is a very standard interaction pattern in games UI. Pressing down should continually highlight through a vertically aligned set of menu options, not stop at the last item. Pressing up should have the same effect in reverse.