Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
0
Found in
2017.3.0p2
Issue ID
1001151
Regression
No
[LinuxEditor] Removing a "MenuItem" from a script doesn't remove it, clicking on it causes a crash
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Notice the custom Menu Item "Foo" and its position in the Menu
3. Open the "MenuCrash.cs" script with a Code Editor
4. Delete line 8 and save the Script
5. Focus on the Editor
6. Notice that after compiling the Code Changes, the "Foo" Menu Item gets put at the start of the Menu
7. Click on the "Foo" Menu Item
Fixed in: 2018.3.0a8, 2018.2.4f1
Expected Result: After Step 4, the Menu Item should disappear
Actual Result: The Editor crashes
Reproduced with: 2018.0.b8, 2017.3.1f1, 2017.2.1f1, 2017.1.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
Add comment