Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.1.0f3
Issue ID
946406
Regression
No
Editor crashes in "dynamic_array<unsigned char,1>::erase" when applying serialized properties to a button prefab object
Reproduction steps:
1. Open the attached project "PrefabChanges.zip";
2. Open scene1.unity scene;
3. Add the Button prefab to the Canvas;
4. Add an event handler to the Button's OnClick list by clicking "+";
5. Choose the SetActive(uncheck the tick so it is set to false) function and drag the Text object into the slot from Hierarchy;
6. Open the context menu for the Button component in the Inspector;
7. Select the "BUG: Apply Component Changes To Prefab" button;
Expected results: The changes should be applied on the prefab;
Actual results: Editor crashes.
Fixed in 2018.3.0b8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Volume" Component documentation link is missing
- GUI.TextField cursor is misaligned from text when setting Content Offset on GUI Skin
- The beginning of the Animation doesn’t start at the correct position when it's being enabled through a Trigger event and the Physics Simulation mode is set to "Update"
- Values are cut off between Visual Scripting Node links when in Play mode
- UI Toolkit Style is inconsistent when using Style Classes named using digits
Add comment