Search Issue Tracker
Fixed in 0.1.2
Votes
0
Found in [Package]
0.0.9-preview
Issue ID
1091463
Regression
No
[Cross-Platform] After domain reload, sometimes all devices disappear
Migrated from GitHub: https://github.com/Unity-Technologies/InputSystem/issues/39
https://github.com/Unity-Technologies/InputSystem/issues/253
Rene-Damm commented on Mar 8
Sometimes, it seems after running tests or when making changes to the system, all devices are suddenly gone. Seems like there's a bug in the domain reload survival logic.
Rene-Damm commented on Mar 9
I think this is happening when there is a script recompile while the tests are running. The system domain reload logic is preserving the state during tests then rather than the state that was saved before tests were started.
Rene-Damm commented on Apr 3
Seems to only happen when running multiple tests. It almost seems like the test cleanup code after the last test is not run and the input system remains in the state of the last test.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment