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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
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.