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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment