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 [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
Add comment