Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
Issue ID
1103117
Regression
No
Shortcut Manager - Profile list does not handle profile names properly when names start with spaces
If you create a shortcut profile that give it a name that has a space at the start, it will not be displayed correctly on the profile list - a horizontal separator will be shown instead that cannot be selected or deleted. The only way to get rid of these profiles is to delete them outside the editor.
I've seen this ocurr in two situations:
- Names that consist of only spaces e.g. " "
- Names that have a space plus a symbol at the beginning e.g. " _test"
Names that have a space followed by a normal character ARE displayted correctly.
1. Install Unity
2. Create a new project with any settings
3. Go to Edit > Shortcuts
4. Create a new user profile and give it a blank name, or a name that starts with a space and a symbol
5. Open the user profiles list
Expected Result:
Names should be displayed correctly on the profile list.
Actual Result:
A horizontal separator is shown instead of the profile.
Tested on Windows.
Occurs on 2019.1.0a4 (feature introduction), 2019.1.0a10
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 TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Resolution Note (fix version 2019.1):
Profile names are now prohibited from starting with spaces at all.