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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note (fix version 2019.1):
Profile names are now prohibited from starting with spaces at all.