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
- Create Node window appears on the top left corner of the Editor when opening window with space keyboard shortcut after selecting a Context
- HasCharacters() returns false when checking Emojis using surrogate pairs, despite characters being present in the Font Asset
- An error is thrown when building AssetBundles with DisableWriteTypeTree and StripUnityVersion flags
- Screen tearing in Scene View when using DirectX12
- Newly created VFX Graph template appears in the same of the graph view space even when the space is not empty
Add comment