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
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
Resolution Note (fix version 0.3.0):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/474