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
- Editor freezes after some time when using NavMeshQuery::Raycast
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
- Inner and outer exceptions are not unrolled correctly
- [iOS][WebGL] Audio Clip doesn't play when Load Type is set to Decompress On Load and iOS Silent Mode is enabled
- Crash on EditorBuildSettings::GetConfigObject when closing a specific project
Add comment