Search Issue Tracker
Fixed in 1.0.0-preview.2
Votes
0
Found in [Package]
1.0.0
Issue ID
1187163
Regression
No
ArgumentNullException when adding device
-e: When rebinding conflicts with the default bindings are resolved by overriding them with an empty string to unbind them. However, if any binding's effectivePath is an empty string, InputSystem.AddDevice throws an exception. Adding the device before overriding the bindings, the device can be added successfully.
-repro:
--Open the scene and play
--NOTICE ArgumentNullException in the console, the device is not created
--Move the AddDevice call in Repo.Start above the ApplyBindingOverride call or remove it
--Play scene again and no error is thrown, the device is added successfully
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment