Search Issue Tracker
Fixed in 1.0.0-preview.4
Votes
0
Found in [Package]
1.0-preview
Issue ID
1191342
Regression
No
[Input System] Input from before game has started may leak into game
This can be seen in SimpleDemo, for example, when going into play mode and finding that the player is suddenly looking at the ground.
What seems to happen is that we receive input from in-between when play mode is started and when the game actually starts. In particular, it seems we are accumulating input that we then process in batch leading to potentially jarring changes in game state on the first frame of the game.
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
- Big chunk of "Untracked" memory in the Memory Profiler screenshot when a custom .obj file is loaded while in Play Mode
- Video contains artifacts when played in the Video Preview section in the Inspector Window
- UI Toolkit Slider "Fill" option doesn't invert when "Inverted" option is selected
- The Random Value option in the Set Attribute Block gets disabled and the "B"/"Max" value lost when upgrading to Unity 6
- Crash in ParallelSortExtensions::ParallelSort
Resolution Note (fix version 1.0.0-preview.4):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/978