Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.1.0a19
2020.2
2020.2.0a7
Issue ID
1238478
Regression
No
[Serialization][URP] "SerializedObject destroyed" errors are thrown when Gobal Volume effect is undone via Assets > Properties
When undo is pressed for any effect added to Global Volume component from Assets > Properties, "SerializedObject target has been destroyed" errors are thrown continuously. Refer the attached video
Steps to reproduce:
1) Create a new project
2) Window > Package Manager > Install URP
3) Create Global Volume gameObject > Make a prefab
4) Assets > Properties > Add any effect to Global Volume prefab
5) Edit > Undo or Press Ctrl + Z
Actual Result: "SerializedObject target has been destroyed." errors are thrown
Expected result: Effects should be removed from both property window as well as in Inspector and no errors should be thrown
Occurring on: 2020.2.0a7, 2020.1.0b6, 2020.1.0a19
Environment: Both Windows and Mac
Note: Property window is introduced in Unity version 2020.1.0a19
Stack Trace:
1) Retrieving array element that was out of bounds
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
2) SerializedProperty components.Array.data[2] has disappeared!
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
3) SerializedObject target has been destroyed.
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment