-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
HoverOffsetYScale on AppBar doesn't do anything #2962
Comments
Closing older HTK issue as we are no longer actively working on HTK. Please upgrade to MRTK V2 for the latest fixes. |
In MRTK RC2.1 the bug is still there. Please check https://github.com/microsoft/MixedRealityToolkit-Unity/blob/mrtk_release/Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/AppBar/AppBar.cs |
I just ran into this issue myself, and can confirm that it is still present in MRTK RC2.1. Please consider reopening this issue. |
I couldn't resist playing around with this a bit, and I found a solution that at least works for me. Not sure how it worked in HTK before, but here's what I did. In
This basically finds the upwards direction along the following face, scales it by the aforementioned property, then adds it to the app bar's final position. |
Does this affect the legacy HoloToolkit (master) or the Mixed Reality Toolkit (mrtk_release)?
HoloToolkit
Describe the bug
It's not referenced anywhere in the code it seems, at least not in 2017.4.2.0. Changing it has no effect on the AppBar
To Reproduce
Change the HoverOffsetYScale on the AppBar - the example should work for this I assume.
Expected behavior
Not sure what is meant to happen with it but I assume the Y coordinate on the bar should change to an extent?
Actual behavior
Nothing
The text was updated successfully, but these errors were encountered: