Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.2f1
2019.2.0a1
2019.3.0a1
Issue ID
1156398
Regression
No
[Mac] Event.modifiers are not detected when EventType.KeyDown is used
How to reproduce:
1. Open the attached project ("case_1156398")
2. Create a new GameObject
3. Attach "Test" script to the object
4. Enter Play Mode
5. Hold Shift and press any other button
Expected results: both KeyUp and KeyDown events show Shift as a modifier
Actual result: KeyDown event doesn't have a modifier
Reproducible with: 2017.4.29f1, 2018.4.2f1, 2019.1.6f1, 2019.2.0b5, 2019.3.0a2
Not reproducible with 2019.3.0a3 because of the new UI.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (2019.3.X):
Low priority defect. Unlikely to be fixed for the moment.