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
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
- Mixers do not have "Rename" in the right-click context menu when a Mixer is right-clicked in the Audio Mixer window
Resolution Note (fix version 2019.1):
Profile names are now prohibited from starting with spaces at all.