Search Issue Tracker
By Design
Votes
0
Found in
2020.3.46f1
2021.3.22f1
2022.2.13f1
2023.1.0b9
2023.2.0a8
Issue ID
UUM-31374
Regression
No
Modifier doesn't execute an action when the action binding is already mapped with another action
Reproduction steps:
1. Open the attached "IN-28197.zip" project
2. Enter the Play Mode
3. Hold the "S" button (modifier) and press the "Space" button (binding)
Expected result: The "---PLAYER---" GameObject falls down from the wooden platform
Actual result: The "---PLAYER---" GameObject jumps in the air
Reproduced with: 2020.3.46f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b9, 2023.2.0a8
Reproduced on: Windows 10
Note: Could not test in Player (could not move the ---PLAYER--- GameObject)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
The modifier action is in fact getting triggered. Both the jump and fall through actions trigger at the same time giving the impression that fall through did not work. Use the "Enable Input Consumption" option in the Project Settings to solve this (Do note that you will also need to disable other, conflicting action maps, such as your UI action map depending on the game's context to not consume other movement inputs)