Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2021.1
2021.1.0a2
Issue ID
1286605
Regression
No
[Quick Search] Error is thrown continuously on deleting Asset in Globalserch window
When a newly created Prefab.index searched in the Quick search window of which properties were changed and saved earlier and then deleting it causes continuous "SerializedObject target has been destroyed." errors thrown in the console.
Steps to repro:
1. Create a New Project
2. Click on Search Icon besides collab Icon
3. Enter "Index" in the Global Search window
4. Select Prefab Index and Close the Search window and open it again
5. Assets.Index > Open > Change Option Property > Save.
6. Project Window > Assets > Delete
Actual Result:
"SerializedObject target has been destroyed." errors are thrown continuously in the console.
Expected Result:
No errors should be thrown in the console.
Workaround:
Close and reopen the Search window.
Stacktrace:
SerializedObject target has been destroyed.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Reproducible in:
2021.1.0a2, 2021.1.0a1.
Environment:
Occurring on Windows 10 & macOS 10.15.
Note: 1. Global Search option in the Editor is introduced in 2021.1.0a1
2. Unable to check on 2021.1.0a1 because of this bug ID [1283926]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
Add comment