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
- “ArgumentOutOfRangeException” error appears when inserting a double character if using “SetValueWithoutNotify” on UI Toolkit’s TextField
- Particle System emission delays between particle generations when playing the simulation
- EditorUtility.DisplayDialog is not shown when Input.GetMouseButtonDown is called a second time
- Animator Enum Properties get set to 0 instead of the value specified in the Scene when the Property is animated by a State that is not playing
- [iOS] Background thread runs a few times slower when “application.targetFrameRate“ is set to 30 compared to 29 on some iOS devices
Add comment