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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment