Hello!
I have a number of floats shown in the inspector which are clamped between 0 and 1. The sum of all these floats should be 1. So when a user adjusts one float, the remaining floats should be adjusted to maintain the sum of 1.
How should I go about adjusting all the values as a player changes them? Via editor scripting I assume?
Thanks!