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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Add comment