Search Issue Tracker
Fixed
Fixed in 3.2.0-pre.1
Votes
0
Found in [Package]
3.0.7
Issue ID
XRIT-212
Regression
No
[HandsDemoScene] Quirky toggle button behavior
See TouchyToggle.mp4 attached. The toggle button in HandsDemoScene is touchy. I clicked the button repeatedly, causing the button color to highlight and the button was depressed for each click. However, only a few of these clicks toggled the check mark on the toggle button.
One way this happens is if I depress the toggle button but then slide my finger off of the button rather than keeping my finger on the button while I release it.
This behavior can be seen on Quest 3, both when the scene is deployed to the HMD, and when it is run via Link Mode. Occurs on 2022.3.52f1 and 6000.0.25f1.
Steps to reproduce:
1. Open repro project; see attached.
2. Project Settings > Open XR > Remove Hand Interaction Profile to avoid XRIT-211.
3. Either run in Link Mode on Quest, or deploy to Quest.
4. Poke the toggle button repeatedly.
Actual results:
Not all clicks that are apparently valid result in toggling the check mark on the toggle button.
Expected results:
If a click on the toggle button depresses and releases the button model, and toggles the button highlight color, then the check mark on the button should toggle.
Reproducible with versions:
Unity 2022.3.52f1 and 6000.0.25f1.
Not reproducible with versions:
Can’t test with versions:
Tested on (OS):
Configuration 1:
Quest 3, MacBook Pro - M1 Pro MacOS 14.6.1
Configuration 2:
Link Mode, Windows 10
Notes:
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 3.2.0-pre.1):
Added Click UI On Down property to the XR Poke Interactor and added support to trigger UI click event on down instead of release for buttons, toggles, input fields, and dropdowns.