Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider range not properly working #1712

Closed
Cycov opened this issue Feb 12, 2018 · 2 comments
Closed

Slider range not properly working #1712

Cycov opened this issue Feb 12, 2018 · 2 comments
Assignees

Comments

@Cycov
Copy link

Cycov commented Feb 12, 2018

Overview

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

@KansaiTraining
Copy link

KansaiTraining commented Jun 29, 2018

Is this issue not being addressed? I got the same problem.
Mixed Reality Toolkit version: 2017.4.0.0

@keveleigh
Copy link
Contributor

This is fixed in the June dev branch and will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants