Search Issue Tracker
Won't Fix
Won't Fix in 1.8.X
Votes
0
Found in [Package]
1.7.0
1.8.0-pre.1
Issue ID
ISXB-657
Regression
No
Interactions are reset to default when you set 0 as values
How to reproduce:
1. Open the attached project "IN-55588.zip"
2. Open Assets/New Controls.inputactions
3. Change Action properties>Interactions>Hold>Press Point to 0
4. Save Asset
5. Close the "New Controls (Input Actions)" window
6. Repeat step 2
Expected results: Press Point is 0
Actual results: Press Point is reset to the default value
Reproducible with: 1.7.0, 1.8.0-pre.1 (2021.3.30f1, 2022.3.10f1, 2023.1.15f1, 2023.2.0b11, 2023.3.0a7)
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "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
Resolution Note:
(https://docs.unity3d.com/Packages/com.unity.inputsystem@1.7/api/UnityEngine.InputSystem.Interactions.HoldInteraction.html):
Documentation remarks: "If this is less than or equal to 0 (the default), defaultButtonPressPoint is used instead." Also the UI behaviour not reverting to default immediately is no longer applicable past 2022.3 with Input System 1.8.x
Resolution Note (1.8.X):
(https://docs.unity3d.com/Packages/com.unity.inputsystem@1.7/api/UnityEngine.InputSystem.Interactions.HoldInteraction.html):
Documentation remarks: "If this is less than or equal to 0 (the default), defaultButtonPressPoint is used instead." Also the UI behaviour not reverting to default immediately is no longer applicable past 2022.3 with Input System 1.8.x