Search Issue Tracker
Fixed in 1.1.0-preview.2
Votes
0
Found in [Package]
1.1.0-preview.1
Issue ID
1280853
Regression
No
Default Button Press Point in the Input System Package settings is not used when Interactions aren't set
How to reproduce:
1. Open the user's attached "PressPointTest" project
2. Enter Play Mode
3. Slowly press down the Right Trigger of your Gamepad
4. Observe the console
Expected result: By default, it should print a message when press point reaches > 0.5
Actual result: It prints out a message as soon as it detects that the trigger is pressed
Reproducible with: 1.0.0-preview(2019.4.13f1), 1.0.0(2020.1.9f1), 1.1.0-preview.1(2020.2.0b7, 2021.1.0a2)
Can't test: 2018.4(package versions available are too old)
Notes:
- Triggers with an Interaction but using the default press point work as expected
- Requires a Gamepad to reproduce
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 1.1.0-preview.2):
Button type actions previously did not respect button Press Points and thus required an explicit Press interaction. As of 1.1-preview.2, the performed method is called when the button reaches the Default Button Press Point without an Interaction.