Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2021.2.0b1
2022.1
Issue ID
1345082
Regression
No
[WebGL] [Mobile] Drag event is not being called instantly after dragging
Reproduction steps:
1. Open the project in Repro.zip and open SampleScene
2. Build WebGL and host on http server (python3 -m http.server <port>)
3. Open the hosted URL on iOS device
4. Drag your finger along the right side of the screen (grey transparent area)
Expected result: On Drag event is called instantly (will be debugged on right side of the screen)
Actual result: On Drag is not being delayed until first message appears (after that it seems to work fine)
Reproducible with: 2019.4.29f1, 2020.3.13f1, 2021.1.14f1, 2021.2.0a1, 2021.2.0b3, 2022.1.0a1
Could not test with 2018.4.36f1 (precompiled assembly exceptions)
Reproduced on Chrome and Safari
Devices tested:
iPad Pro 12.9 (iOS 13.4.1) (delay is around 5 seconds)
iPhone 12 (iOS 14.1) (delay is around 1 second)
OnePlus A5000, Android 10, Adreno 540, Snapdragon 835 (delay is around 0.5 seconds)
Note: After some time of first drag the callouts appear in debugger with a delay, after that the messages are debugged properly (the value which is -1 in editor is close to max int on iOS though, not sure if this is relevant)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Previous model to world matrix is not correctly set for ASW
- More calls are made to GC.Alloc in an HDRP Sample Template when compared to the 2022.3 stream
- Generating Light Probe lighting returns inconsistent results on a specific mesh
- Two Warnings appear for every Soft Delete Operation when Deleting Sub Assets in the Project Browser
- “Item m_LightProbeSystem not found” warning is thrown when pressing the “Open” button multiple times in the Adaptive Probe Volume component warning
Add comment