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
- 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
Resolution Note (fix version 0.3.0):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/474