You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slider minimum value is set to 0 and the MinSliderValue variable is used subtracted from maximum value
Expected Behavior
When proprieties MinSliderValue and MaxSliderValue are set, the value of the slider with-the knob to left-most should be MinSliderValue and to the right-most should be MaxSliderValue
Actual Behavior
MinSliderValue becomes 0 and MaxSliderValue becomes MaxSliderValue - MinSliderValue. After that it works as intended.
Steps to reproduce
Add a simple slider and set interval to 0.5-5.0, formatting 0.00.
Unity Editor Version
2017.2.1f1
Mixed Reality Toolkit Release Version
2017.2.1.0
The text was updated successfully, but these errors were encountered:
Overview
The slider minimum value is set to 0 and the
MinSliderValue
variable is used subtracted from maximum valueExpected Behavior
When proprieties
MinSliderValue
andMaxSliderValue
are set, the value of the slider with-the knob to left-most should beMinSliderValue
and to the right-most should beMaxSliderValue
Actual Behavior
MinSliderValue
becomes 0 andMaxSliderValue
becomesMaxSliderValue - MinSliderValue
. After that it works as intended.Steps to reproduce
Add a simple slider and set interval to 0.5-5.0, formatting 0.00.
Unity Editor Version
2017.2.1f1
Mixed Reality Toolkit Release Version
2017.2.1.0
The text was updated successfully, but these errors were encountered: