Xbox One Controller Unity InputManager, scroll loop through options in a Menu
I have a UI with a Menu and a List of options, say:
Option 1
Option 2
Option 3
Option 4
I managed to map the controls of the xbox controller in the Unity Input Manager so I can navigate the options with the axis of the Left Stick up and down. How can I do so that if hold the stick, I can scroll through the options in a loop. For example if it reaches Option 1 and the stick is pressed up then it goes to Option 4 to 3...etc. Can I do this through the Input Manager or should I write script?
Your answer
Follow this Question
Related Questions
XboxCtrlrInput Dead Zone 0 Answers
X box controller DPad on Windows? 0 Answers
Xbox 360 left and right triggers mixed up with multiple controllers 0 Answers
Cross-Platform Input 3 Answers
Changing (swapping) users movement controls IN GAME on trigger (2D) 0 Answers