- Home /
Create a Button Scrollview
Hi guys!
So I have a game from where you can buy and use different vehicles in the game. I want to create a menu from where the user can scroll down a list of all the vehicles, arranged by price. They can click buttons on each of the elements to buy that vehicle.
I would like this to be a dynamic system so I can add other vehicles easily. How would I go about doing this?
The menu would look similar to this menu from the mobile game Indestructible:
Your answer
Follow this Question
Related Questions
Why cant I scroll Horizontally in GUI.BeginScrollArea when i set GUIStyle params to null ? 1 Answer
What is the best way to concatenate string to create an interaction logging console? 4 Answers
Unity editor works but the built game doesnt. 0 Answers
null texture passed to GUI.DrawTexture 0 Answers
How to make a menu like ironpants 0 Answers