Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
1.2.0
Issue ID
1377009
Regression
No
GetTimeoutCompletionPercentage() returns 1 after 0.1s when Hold Action was started even though it is not performed yet
How to reproduce:
1. Open the attached “InputBug.zip” project
2. Open the “SampleScene” Scene
3. Enter the Play Mode
4. Press and hold ’Space’
Expected result: After holding ’Space’ for 0.1s GetTimeoutCompletionPercentage() does not return 1 in the Console
Actual result: After holding ’Space’ for 0.1s GetTimeoutCompletionPercentage() returns 1 in the Console
Reproducible with: 1.1.1 (2019.4.33f1, 2020.3.21f1, 2021.2.5f1, 2022.1.0a16), 1.2.0 (2019.4.33f1, 2020.3.21f1, 2021.2.5f1, 2022.1.0a16)
Could not test: 1.0.2 ("namespace name 'IInputActionCollection2' could not be found" and "'SampleActions.IEnumerable.GetEnumerator()': containing type does not implement interface 'IEnumerable'" errors)
Notes:
- To see what value is returned after 0.1s, Coroutine is called with that delay
- The Hold Action is set to the duration of 3s
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
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
Resolution Note (fix version 1.3.0):
Fixed in Input System 1.3.0 (Available from 2019.4.0f1)