- Home /
Slide to show characters to buy C# 2D
I am trying to make a slide so whenever you swipe in the bounds of the slide you can actually view characters. currently i have no idea how to make it i first thought of gameobject array and change the position every swipe but thats just look to hard to do it and inefficient way to do it. Its like a scrollview but without the slides (And i am using unity 4.2 version)
Answer by hnmikechan · Jul 02, 2015 at 02:17 PM
Can you upgrade to 4.6 or higher, free eidtion if you have to. it will save you a lot of time and headaches.
Then you can use a combination of 'masks' and 'scroll rects' that I think will work for you.
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
C# CharacterMotor crashing. What am I doing wrong? 1 Answer
Velocity for movement 0 Answers
[Beginner] [C#] Modified Character Motor Script gives strange Parsing Error 2 Answers