I want implement Number Selector as show in picture attached. Using the UIDraggablePanel and I can drag the number now. But it has to connect last number and first number continuously . For example, if I drag up the items to number 9, the next item follow the number 9 must be number 0 in localposition;if I drag down the items to number 0,number 9 has to be the previous item of number 0 in localposition.
Thanks in advance for any help.