Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.1.0-pre.5
Issue ID
1373123
Regression
Yes
Visual scripting input node randomly receives On Released event from Input System while holding key
How to reproduce:
1. Open attached project
2. In Hierarchy find "PullThis" object
3. In Inspector find Script Machine component and click Edit Graph
4. Find "Push The Ball" ​section and notice that at the start is On Released event node
5. Enter Play Mode
6. Hold Space (keep holding) and notice that On Released event gets called after some hold time
7. Observe console when using Space key - it is printing correct events directly from Input System
8. Observe Pinball table plunger in Game view when using Space key
Expected result: Pinball table plunger is staying retracted while holding space key
Actual result: after 1 second of continuous hold time On Released event is called and plunger is released without releasing the key
Reproduced with: 2021.2.0b1 (1.1.0-pre.5), 2021.2.0b15 (1.1.1), 2022.1.0a13 (1.1.1)
Does not reproduce with: 2021.2.0a19 (1.0.2)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment