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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.