How to make a radial scroll bar in unity2d? need to scroll a vertical list
I would use the center point and the touch point to get the angle. Then have a function that checks the last position’s angle against the new position angle. Then pass the offset multiplied by some sensitivity value to your scroll.