Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
858122
Regression
No
Crash in UnityEditor.SerializedObject:ApplyModifiedProperties() when removing array element on prefab component
To reproduce:
1. Open attached project
2. Find DialogueData prefab
3. Remove last element in Char array on Font Manager component
Actual: Editor crashes with Fatal error:
The file 'MemoryStream' is corrupted! Remove it and launch unity again!
[Position out of bounds!]
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)
From Editor.log:
The file 'MemoryStream' is corrupted! Remove it and launch unity again!
[Position out of bounds!]
UnityEditor.SerializedObject:ApplyModifiedProperties()
UnityEditor.TargetChoiceHandler:DuplicateArrayElement(Object) (at C:\buildslave\unity\build\Editor\Mono\GUI\TargetChoiceHandler.cs:21)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32) (at C:\buildslave\unity\build\artifacts\generated\common\editor\GenericMenuBindings.gen.cs:122)
[C:\buildslave\unity\build\Runtime/Serialize/SerializationCaching/CachedReader.cpp line 214]
(Filename: C:/buildslave/unity/build/Editor/Mono/GUI/TargetChoiceHandler.cs Line: 21)
Expected: Editor shouldn't crash when removing array element
Reproducible: 5.4.3p3, 5.5.0p1, 5.6.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
Add comment