Search Issue Tracker
Fixed in 1.0.0
Votes
3
Found in [Package]
1.0.0
Issue ID
1375087
Regression
No
[Quest][XR] Dragging a ScrollRect makes it disappear and set NaN values
Reproduction steps:
1. Open the attached user's project "VR.zip"
2. Build for Quest 1/2
3. Use the controller to grab, move and let loose in quick succession
Expected result: Dragging a ScrollRect does not make it disappear and set NaN values
Actual result: Dragging a ScrollRect makes it disappear and set NaN values (see attached Repro.mp4)
Reproduces on: XR IT 1.0.0-pre.2 - 2.0.0-pre.5 (2020.3.24f1, 2021.2.5f1, 2022.1, 2022.2.0b1)
Could not test below XR IT 1.0.0-pre.2 due to errors in the console
Notes:
-Issue does not reproduce in the Editor (with oculus link)
-
eliphat
Dec 04, 2022 03:39
The problem also occurs on several android devices, in Unity 2021.3.1f1
-
rdmont
Apr 01, 2022 09:42
Seeing this in Unity 2021.2.17f1, with XR IT 2.0.1.
-
intexteel
Feb 25, 2022 18:48
Seeing this in Unity 2021.2.10f1.
Upgrading XR IT to latest version seemed to have improved it initially, but then other panels broke anyway.
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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
Resolution Note (fix version 1.0.0):
We discovered a frame timing issue on Oculus Quest builds that causes the unscaledDeltaTime value to get set to 0, cascading to the ScrollRect component which uses that value for a velocity calculation, resulting in an invalid number. A fix has been applied in both places to prevent future issues.
Resolution Note (fix version 1.0.0):
We discovered a frame timing issue on Oculus Quest builds that causes the unscaledDeltaTime value to get set to 0, cascading to the ScrollRect component which uses that value for a velocity calculation, resulting in an invalid number. A fix has been applied in both places to prevent future issues.
Resolution Note (fix version 1.0.0):
Fixed in: 2021.3.2f1
Resolution Note (fix version 1.0.0):
We discovered a frame timing issue on Oculus Quest builds that causes the unscaledDeltaTime value to get set to 0, cascading to the ScrollRect component which uses that value for a velocity calculation, resulting in an invalid number. A fix has been applied in both places to prevent future issues.