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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment