Search Issue Tracker
Fixed in 0.3.0-preview
Votes
1
Found in [Package]
0.2.6-preview
Issue ID
1140861
Regression
Yes
[Scripting] Input Action loses callback functions after re-enabled.
GitHub: https://github.com/Unity-Technologies/InputSystem/issues/472
https://github.com/Unity-Technologies/InputSystem/issues/538
Repro:
1. Download attached asset package "EnableTest"
2. Download package and project at: https://github.com/Unity-Technologies/InputSystem
3. Use existing scene or create a new one, import the asset package into the project
4. Attach the C# script "EnableEventTest" to any gameobject, then attach InputAction, "TestControls", to the script
5. Enter Play Mode
6. Press 1 on keyboard, and some messages appear in the Console
7. Press 2, and the Action for 1 is disabled. Press 2 again to re-enable the 1 Action.
8. Press 1 now
Actual: The callback function bond to Input Action is lost after the Action is disabled and re-enabled again.
Note: In the C# script "EnableEventTest", "OnSecondPerformed" function, un-comment the three lines of code. This will rebind the callback functions to the first action before it is re-enabled. But they still won't be fired.
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
Add comment