Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0p4
Issue ID
870173
Regression
No
PointerEventData.pointEnter is always null when Cursor.lockState = CursorLockMode.Locked
Steps to reproduce:
1. Open attached project
2. Open "_root" scene
3. Enter play mode
4. Click on Game View and hover over the Button
5. Try to click button - no response
6. Press ESC to unlock cursor
7. Click on the button - button responds
8. Alternatively insert Debug.Log(pointerEventData.pointerEnter); in CommonVRReticleInputSystem.cs above line 46 and repeat the steps
Expected result: PointerEventData.pointEnter isn't null when hovering over Button when Cursor.lockState = CursorLockMode.Locked
Actual result: PointerEventData.pointEnter is null when hovering over Button when Cursor.lockState = CursorLockMode.Locked
Reproducible with: 5.5.0b1, 5.5.0p4, 5.6.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation events trigger twice when using blend trees with non-zero weights
- The Physics Material Dynamic Friction field tooltip is set to one of Friction Combine field
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
Add comment