I've got a UISlider, set to have some number of discrete steps. When I drag the slider, why am I getting multiple OnValueChange events triggering, even if the drag doesn't actually change the UISlider's value to a new step? How can I keep those events from triggering in all cases where the value hasn't actually changed?
Thanks!