- Home /
How can i make Scrolling Menu?
Hello everyone
i am trying to make a scrolling menu in my game by using c#
simply like this one
http://wijmo.com/files/img/menu_scrolling.png
i dont want to use gui its simply a menu (normal image) and i want the user to scroll down to see the bottom of the menu
can anyone help me doing it? :(
Did you try the new UGUI it has a slider that works which I think is your best bet.I can't think of another way you would do one outside of that.
Answer by Dext · Sep 27, 2014 at 09:13 PM
You can use the new uGUI system. It is the best for you purpose.
Answer by ExtremePowers · Sep 27, 2014 at 09:12 PM
This might help a little: http://docs.unity3d.com/ScriptReference/GUILayout.BeginScrollView.html
Your answer
Follow this Question
Related Questions
How to make a snapping scroll menu C# 0 Answers
How to find the minimum number in a float array C# 1 Answer
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers