Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2023.1.0b3
Issue ID
UUM-26813
Regression
No
Shortcuts: Multi-word component names are given without the spaces in "Category" section
Steps to reproduce:
- Create a project
- Go to menu "Unity" -> "Shortcuts"
- Verify, that "Shortcuts" window opens
- Observe "Category" list
Expected result: Component names from few words should be displayed with the spaces
Actual result: Component names are displayed without the spaces. Screenshot added in the "Attachments" section
Note: [https://docs.unity3d.com/ScriptReference/ObjectNames.NicifyVariableName.html]
Reproducible with: 2023.2.0a2, 2023.1.0b3, 2022.2.7f1, 2021.3.18f1, 2020.3.45f1.
Tested on MacOS Monterey, Version 12.6.2
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
While in general we try to separate Multi-Word parts in this particular case this is part of the path how user can define/redefine his shortcut, so if we change this, users will need to manually edit copied content in order to make it working.
Resolution Note (2023.1.X):
While in general we try to separate Multi-Word parts in this particular case this is part of the path how user can define/redefine his shortcut, so if we change this, users will need to manually edit copied content in order to make it working.