Hello There,
I am developing a game for a german company in which they use many option buttons.
Sadly they also have a fixed resolution for the game. In one of the optionButtons, the options should show all the letters of the alphabet, meaning that it has more options then space in the screen.
Since the game should run on Android devices, im wondering how can I make the options scroll with a touch input, because I'm able to scroll using the mouse wheel but no dragging function..
I tried making a scrollcontainer for the whole scene, but the client didn't like it.
Is there any way I can scroll or make them grow horizontaly or is there any other options I may use ?