UI Slider: Step by preset values
I was wondering if anyone has done something like this already. I am
looking to have the slider step by using preset values.
For example the slider will only move if the value is one of the
values in the following array:
values =
[1000,2000,3000,4000,5000,7500,10000,20000,30000,40000,50000];
The min value would be 1000, and the max value would be 50000.
Any idea on how I could accomplish this or an already existing
solution?
Thanks,
Adam