Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.4.X, 2019.1.X
Votes
0
Found in
2018.3.0b1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1116792
Regression
Yes
GUIContent items in GenericMenu containing spaces before the "/" symbol are not grouped correctly
How to reproduce:
1. Open user-submitted project (SubMenusNotCollapsedProperly)
2. Open the custom window Window > SubMenuBug
3. Click the 'Menu' button
Expected result: the two menu items '1' and '2' are grouped together under a single sub-menu named 'test'
Actual result: there are two sub-menus named 'test', each containing a menu item
Reproducible with: 2018.3.0b1, 2018.3.3f1, 2019.1.0b1, 2019.2.0a2
Not reproducible with: 2017.4.19f1, 2018.3.0a11
Comments (1)
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
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
Alex-Chouls
Jan 25, 2019 19:46
Also, menu items that start with "/" are not displayed in 2018.3+
For example, the Valve.VR library uses Enum descriptions that start with "/" and do not display in menus.
Note, this bug is related to 1115381. If that bug is fixed, this issue will become a lot more visible, e.g., breaking a lot of enum selection fields in inspectors!