Search Issue Tracker
Fixed in 0.3.1
Votes
1
Found in [Package]
0.2.10-preview
Issue ID
1166784
Regression
No
[Editor] With both Quick Search and ISX package, and change related to prefab files causes NullReferenceException
Github: https://github.com/Unity-Technologies/InputSystem/issues/690
Repro:
1. Download attached project (with ISX and Quick Search package)
2. Drag "GameObject" into Project window to create a prefab
3. Observe the Console window
4. Try delete/duplicate/move the prefab to other folder, and observe the Console window.
Actual: When with both ISX and Quick Search package imported, changing a prefab file causes NullReferenceException.
Note: This does NOT happen when only Quick Search or ISX is installed. The bug only happens when both packages are present.
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.SettingsProvider.Repaint () (at C:/buildslave/unity/build/Editor/Mono/Settings/SettingsProvider.cs:123)
UnityEngine.InputSystem.Editor.InputSettingsProvider.ForceReload () (at Library/PackageCache/com.unity.inputsystem@0.2.10-preview/InputSystem/Editor/Settings/InputSettingsProvider.cs:351)
UnityEngine.InputSystem.InputSystem.OnProjectChange () (at Library/PackageCache/com.unity.inputsystem@0.2.10-preview/InputSystem/InputSystem.cs:1692)
UnityEditor.EditorApplication.Internal_CallProjectHasChanged () (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:242)
UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag(HierarchyProperty, Boolean)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Frame value field does not update when using the increment/decrement arrows in the Frame Debugger if the value has been manually inputted
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
Add comment