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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- [Vulkan] Release memory after deleting image
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Crash on internalABP::BoxManager::prepareData when entering Play Mode
Resolution Note (fix version 2019.1):
Profile names are now prohibited from starting with spaces at all.