- Home /
Question by
lechautu · May 19, 2015 at 10:08 AM ·
scrollview
Problem with Scrollview
I'm making a scrollview based on built-in Scrollrect where items run on an arc instead of line. The way i made it: Create a vertical scrollview and add a script to calculate items' X coordinate relative to Y coordinate using circle equation: x^2 + y^2 = r^2. It was a success. But i'm having a problem now that if i scroll to fast, i can see items translate up (only affect their Y coordinate) too obvious before being relocated by my script (Calculate new X coordinate).
Comment
Your answer
Follow this Question
Related Questions
2 finger scrolling 1 Answer
How to remove/hide GUI scroll bar 7 Answers
ListView scrolling with swipe 2 Answers