Search Issue Tracker
Not Reproducible
Votes
1
Found in
2019.2.0a10
Issue ID
1141506
Regression
Yes
'SerializedObject target has been destroyed" error is shown after switching Asset Pipeline version
Steps to repro:
1. Download the repro project and open it;
2. Go to Project Settings (Edit>Project Settings...);
3. Select Editor tab in the Project Settings window;
4. Expand Mode dropdown list under the Asset Pipeline (experimental) section;
5. Select 'Version 2' in the Mode dropdown list.
Actual result:
`SerializedObject target has been destroyed.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)` error is shown. See attached video.
Expected result:
No errors are shown after switching Asset pipeline version.
Notes:
- On 2019.2.0a14, This bug occurs on selecting any dropdown from Edit > Project Settings > Editor
- Reproducible in 2019.2.0a10;
- In 2019.1.0b9 a different error is shown:
"Failed to load '/Users/vladimir/Documents/Unity Projects/LabsClCrash191/LabsShadowmask/Assets/Scenes/TheLabs_Shadowmask/LightingData.asset' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)"
- Reproducible on OSX 10.14.4 in the attached project and on Windows on the Lighting FTP project from Collab;
- The issue might not reproduce steadily; if it doesn't repro - save the project and restart Editor after switching Asset pipeline version. Then repeat the initial repro steps.
- Another way to repro is to switch Editor visualizations or open Project settings window.
Note:
Also occurring on 2019.2.0a14
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
Add comment