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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.