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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
This is a duplicate of issue #1001151