Search Issue Tracker
Fixed in 0.3.0
Votes
0
Found in [Package]
0.2.0-preview
Issue ID
1135158
Regression
No
[UI] When reference an Input Action from a ScriptableObject, the input only works once.
From GitHub: https://github.com/Unity-Technologies/InputSystem/issues/353
https://github.com/Unity-Technologies/InputSystem/issues/354
Repro:
1. Download attached project
2. Download ISX package if needed: https://github.com/Unity-Technologies/InputSystem
3. Open the project in Unity Editor 2019.1
4. Enter Playmode and observe the console messages
5. Quit Playmode
6. Enter Playmode again, and observe the console messages
Actual: ScriptableObject reference only fires on the first time in Playmode, but not after.
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
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
- Timeline section stops rendering after restoring Profiler Window modules
- Cursor image does not update when Cursor.SetCursor is called again with CursorMode.Auto
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
Resolution Note (fix version 0.3.0):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/474