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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2019.1):
Profile names are now prohibited from starting with spaces at all.