Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.6f1
2018.3.0a1
2019.1.0a1
Issue ID
1103075
Regression
No
Some Pointer Event Data are set to null if getting them with OnPointerDown when Editor is out of focus
How to reproduce:
1. Open the attached "case_1103075-Pointer Event Data repro" project
2. Open "NewBehaviorScript
3. Add a Breakpoint on 11th line (Debug.Log(pointerEventData)
4. Attach to Unity and Play
5. While the Editor is out of focus click on the cube
6. Inspect pointerEventData in the debugger
Expected result: The same values are set in the PointerEventData no matter whether the Editor is focused or not
Actual result: Some values in the PointerEventData are set to null when the Editor is out of focus
Reproducible with: 2017.4.18f1, 2018.3.1f1, 2019.1.0a13
Note: Affected variables are pointerEnter, pointerPress, rawPointerPress
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
We are deprecating old Input System bugs as we have moved all of our resources to the new Input System.