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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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.