Multiple slider with max limit question
I would like to run 3 UI sliders at the same time.
The user must move the 3 slider to get 3 values. The sum of these values must always be equal to a fixed number (ie, 100). that means as you change one slider, it must trigger the other two to change so that the total is equal to the fixed number (100)
can someone help me?