Unity Issue Tracker - UnityEngine.Event.numeric doesn't return true when pressing a numeric key
Closed
UUM-2581
UnityEngine.Event.numeric doesn't return true when pressing a numeric key
Unity: Input
Won't Fix
2022.3.X
2022.2.X
2022.1.X
2021.2.X
2020.3.X
2019.4.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
2019.4 LTS has reached end-of-life. This port is cancelled.
How to reproduce:
1. Open the user's attached "CrashTests" project
2. Enter the Play Mode in the "SampleScene" Scene
3. Press any numeric key on the keyboard
Expected result: Event.numeric variable value is true, "Foo" message is output in the Console log
Actual result: Event.numeric variable is false, no message is output