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
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment