Search Issue Tracker
By Design
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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
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.