Search Issue Tracker
Not Reproducible
Votes
0
Found in
3.4.0b3
Issue ID
406755
Regression
No
Layer mask dropdown does't work if layer name has underscore
The LayerMask control gets confused if there's any of these special characters in any of the layer names: & % ^ # _ and any non-ASCII characters. The reason is that the function CompareMenuItemName (MenuController.cpp) calls GetMenuNameWithoutHotkey on the layer name strings which strips part of the layer name away. To fix this issue we need better control in MenuController of whether a menu should try to strip hotkeys away or not.
Edit: There needs to be layer with the name Foo and Foo_Something for this to break. Foo_Bar and Foo_Bar2 would work fine together.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment