- Home /
Creating slider menu for selecting an option using scroll view unity?
I want to create an image select menu in unity similar to this link:
http://www.webdesign-flash.ro/p/s3dcov/index.html
These images will also scroll on drag based on the distance dragged. After dragging images can have snapping effect.
Can anyone help me, how can I implement this thing in unity using scroll view. Or any other unity solution.
There isn't an whole made solution for this in Unity but you can implement it yourself. As this is a relatively complicated system, I recommend you to also make a post on the forum if you are looking for a help step by step (your question may raise problems in wide and different topics).
Thank Nerevar for replying. You are right, I haven't found any whole solution. Could you please guide me a little bit about how I can implement myself? step by step guide would be a lot better for help.
Answer by IHackedDeath · Aug 27, 2015 at 12:29 PM
Hi UmerAftab,
I havn't done anything like this before, But I would imagine that you could use the slider in the GUI system and assign the pictures to an int which is called when the slider moves that that number.
And for the moving issue maybe you could get the position of the slider and move all the images based on that.
Sorry for late reply hope it helps a bit.
Thanks IHackedDeath for taking time to reply.
I have used the same technique but ins$$anonymous$$d of slider I have used scrollbar.
Haha yes I didn't even think of the scrollbar.
Happy your problem has been solved :)
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
How to make a snapping scroll menu C# 0 Answers
Distribute terrain in zones 3 Answers
StartCoroutine not working 3 Answers
Translate rotation from right-handed system to left-handed system 0 Answers