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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment