Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.18f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1130127
Regression
No
One Input axis does not work after using Input.ResetInputAxes() while both axes are held down
How to reproduce:
1. Open the attached "case_1130127-ResetInputAxesBug" project
2. Open scene "SampleScene" and enter Play mode
3. Hold down first the "W" and the "D" buttons on the keyboard (must be done in different frames)
4. Without letting go of the keyboard buttons, press the "Input.ResetInputAxes()" button in the Game window
Expected results: Both axes are set to 0 for one frame and rise back up to 1
Actual results: Only the horizontal axis rises back up to 1 even though the "W" button is still held
Reproducible with: 2017.4.21f1, 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
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
- Resources.UnloadUnusedAssets() freezes the Editor when releasing Mesh objects
- 16-bit Sprite Textures have a banding effect and loss of data when packing into Variant Sprite Atlas
- HDRP Cluster artifacts when having more than 100 lights
- ParticleCollisionEvent.intersection generates extremely high values when particles collide while in Play Mode
- Custom attributes are not properly converted to subgraphs
Resolution Note:
Unfortunately with the move to the new input system, we are deprecating the old input system and will not be developing the old input system code. The new input system package and documentation can be found in the package manager in the Unity editor or directly at https://github.com/Unity-Technologies/InputSystem. If this specific issue can also be reproduced using the new input system, bugs can be filed at https://github.com/Unity-Technologies/InputSystem/issues.