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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
We are deprecating old Input System bugs as we have moved all of our resources to the new Input System.