Search Issue Tracker
Fixed in 2.2.4-preview
Votes
2
Found in [Package]
2.2.3-preview
Issue ID
1284136
Regression
Yes
Device Simulator window is empty and NullReferenceException is thrown when Input System package is installed
Reproduction steps:
1. Create a new project or open an existing one
2. Install Device Simulator package
3. Install Input System package
4. Open Device Simulator window (Window -> General -> Device Simulator)
Expected result: Device Simulator window is not empty and no errors are thrown
Actual result: Device Simulator window is empty and NullReferenceException error is thrown
Reproduces on: 2020.2.0b3 (2.2.3-preview), 2020.2.0b9 (2.2.3-preview), 2021.1.0a1 (2.2.3-preview), 2021.1.0a2 (2.2.3-preview)
Does not reproduce on: 2020.1.11f1 (2.2.3-preview), 2020.2.0b2 (2.2.3-preview)
Error message:
NullReferenceException: Object reference not set to an instance of an object
Unity.DeviceSimulator.InputProvider..ctor () (at Library/PackageCache/com.unity.device-simulator@2.2.3-preview/Editor/Input/InputProvider.cs:46)
Unity.DeviceSimulator.SimulatorWindow.OnEnable () (at Library/PackageCache/com.unity.device-simulator@2.2.3-preview/Editor/SimulatorWindow.cs:84)
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.WindowLayout:LoadDefaultWindowPreferences()
Notes:
Different Input System and Device Simulator package version combinations do not fix the issue.
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