Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.40f1
2021.3.11f1
2022.2.0b10
2023.1.0a13
Issue ID
UUM-16306
Regression
No
Nested checked Menu items return incorrect values when the checking function button is not at the same level
Reproduction steps:
1. Open the attached project
2. Open script "Editor/NestedMenuTest.cs"
3. Find "GetSettingsStatus()" and change "NestedMenuTest/Settings/GetSettingsStatus" above it to "NestedMenuTest/GetSettingsStatus"
4. In the Editor, go to "NestedMenuTest -> Settings" and check or uncheck the values in any way
5. Select "NestedMenuTest -> GetSettingsStatus" and check the console
Expected result: The console output correctly represents the checked and unchecked values
Actual result: The console output is incorrect
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.2.0b10, 2023.1.0a13
Reproducible on: macOS 12.5.1 (Intel)
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
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Duplicated groups and incorrect grouping in UI Builder when using UxmlElementAttribute: libraryPath
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
- Crash on UNITY_FT_Render_Glyph_Internal when Generating Font Atlas in the Font Asset Creator Window
Resolution Note:
Menu validation functions are activated only when menu is about to be displayed, thus the only intention of validate attribute is to enable or disable menu item while showing it. (ref. https://docs.unity3d.com/ScriptReference/MenuItem-ctor.html)
Resolution Note (2023.1.X):
Menu validation functions are activated only when menu is about to be displayed, thus the only intention of validate attribute is to enable or disable menu item while showing it. (ref. https://docs.unity3d.com/ScriptReference/MenuItem-ctor.html)