Search Issue Tracker
Fixed in 0.3.0
Votes
0
Found in [Package]
0.2.0-preview
Issue ID
1134081
Regression
No
[UI] "Press and Release" for Press Interaction does not trigger action on release.
Github Bug: https://github.com/Unity-Technologies/InputSystem/issues/368
Repro:
1. Download project and package at: https://github.com/Unity-Technologies/InputSystem
2. Go to Assets -> Demo -> SimpleDemo -> SimpleDemo scene
3. Open SimpleControls Input Action by double clicking it.
4. Find "jump" in the middle section, and select it.
5. In the right section, add "Press" to Interactions.
6. Select Press, and change Trigger Behavior to "Press and Release"
7. Click Save Asset on the top of the window
8. Enter playmode, and press Space key to jump
Expected: The character jumps when space key is pressed and when it is released.
Actual: The character only jumps when the space key is pressed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment