Search Issue Tracker
Active
Votes
0
Found in
1.19.0
Issue ID
UUM-138143
Regression
No
InputAction.IsPressed() and IsInProgress() triggers on wrong values when rewriting the default values of Vector2 interactions
Steps to reproduce:
1. Open the attached project “IN-136917”
2. In Project window, select “Assets” → “Scenes” → “Input Bug”
3. Enter Play mode
4. In the Hierarchy select “GameObject”
5. Observe the console in the Inspector
Actual result: Some of the triggers from the console, usually IsPressed() are triggered before the proper value is reached
Expected result: The default triggers should be overwritten and IsPressed and IsInProgress are triggered with the new values provided by the developer
Reproducible with: 1.14.0(6000.0.71f1), 1.19.0 (6000.0.71f1 (8308b6469260), 6000.3.12f1, 6000.4.1f1, 6000.5.0b1, 6000.6.0a1 (7dc703ab9bd8))
Could not test with: 1.13.1(6000.0.71f1) (I get errors that I am unable to fix)
Reproducible on: Tahoe 26.3 (25D125)
Not reproducible on: No other environment tested
Notes:
- Example of bad values:
[3. PressPoint(0.6) ] IsPressed Triggered! (Processed Mag: 0.507)
[2. Deadzone(0.3) ] WasPerformedThisFrame Triggered! (Processed Mag: 0.000)
- User created scripts for this project referring to this Documentation
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment