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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment