UI - Scroll through a list of items
Hi!
I am making a space shooter, and I have implemented some light ship customization. I have an idea for a really cool menu, but I am pretty new to Unity (especially the UI system) so I was hoping to get some help.
Basically, I have a few customization categories - Ship type, weapon type, and color. Each category has 3-5 options that the player can choose from. What I want the menu to do is have a UI element that displays the currently selected option in each category, with arrows on each side. You can use the arrows to cycle between the options. Under the hood, the currently selected option is stored, and when the player starts the game, the choice are used to set up the player character(I have already implemented this portion).
Does anyone know of any tutorials on how to do this? I have done some looking but I haven't found anything that does what I want. If you can provide any help or would like clarification, please let me know!
You'll have to use the scrollrects "horizontalNormalizedPosition" or "verticalNormalizedPosition". You can check my answer here.