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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note (fix version 0.3.0):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/474