Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.0b7
Issue ID
1048355
Regression
No
Changing Menu Path while Editor is open sometimes keeps the old menu path, causing a crash
To reproduce:
1) Open attached project
2) Notice in top menu bar there's a "Tools" menu with a ReadMe item inside
3) Open /ReadMe/ScriptableObjects/Editor/ReadMeEditor.cs
4) In 17th line, change the root menu to something else, for example:
const string _ScriptableObjectMenuPath = "Toooooooooooools/ReadMe/";
5) Save and close code editor
6) Wait for Unity to update
7) Notice that in top menu bar there are now both the old and new menus
8) Hover over old one
CRASH
Reproduced in 2017.4.2f2, 2018.2.0b7
Not reproduced in Windows editor
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
This is a duplicate of issue #1001151