Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.0f2
Issue ID
916305
Regression
Yes
New MenuItem is created each time its name is changed when the name contains "//"
To reproduce:
1. Open the project, attached by tester (MenuItemBug.zip)
2. Open the MenuItemTest script
3. Add [MenuItem ("\\//")] to the Call method
4. Go back to Unity and observe the top menu
5. Change MenuItem's item name to "Item1/SubItem//"
6. Repeat 4
7. Change MenuItem's item name to "Item2/SubItem//"
8. Repeat 4
Expected: changing the item's name in the MenuItem attribute modifies the item in the top menu
Reproduced in 5.5.0b9, 5.5.4f1, 5.6.0f2, 5.6.1p2, 2017.1.0b8, 2017.2.0a2
Did not reproduce in 5.4.5p2, 5.5.0b8
Regression introduced in 5.5.0b9
Workaround: issue is fixed after restarting Unity or not using "//" in the item name
Fixed in 2018.1.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Add comment