Search Issue Tracker
Fixed in 2021.1
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
- Shader error db grows on each build
- Android ARCore build fails with 2019.4 due to outdated Gradle
- [tvOS] Visual artifacts are present when Ambient Occlusion is enabled and Dynamic Resolution is reduced
- Texture Importer Inspector throws errors when a built-in texture inspector is overwritten in C#
- Invalid AABB error is thrown when moving a Particle with Velocity over Lifetime and Limit Velocity over Lifetime modules
Add comment