Search Issue Tracker
Won't Fix
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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