Search Issue Tracker
Fixed
Fixed in 2022.2.0b12, 2023.1.0a8
Votes
0
Found in
2022.2.0b2
2023.1.0a4
Issue ID
UUM-5580
Regression
No
[Editor] Profile name text box allows to create a name with special characters on Mac which are restricted on Windows
Profile name text box under Shortcut Manager allows to create a name with special characters on Mac which are restricted on Windows.
Steps to reproduce:
1. Create a new project.
2. Go to Unity > Shortcuts.
3. Click on User Profile drop down on the upper left corner.
4. Click on Create new Profile.
5. Enter "******”.
6. Click on ‘Create' button.
Note:
1. While creating a Profile name, an Asterisk symbol (*) is restricted on Windows platform.
2. <,>,”,?,|, these are the few other special characters which are disallowed on Windows platform but allowed on Mac for Profile name.
3. Shortcut Manager was introduced in 2019.1.0.a4
Actual result:
Profile name created with “******”.
Expected Result:
‘Create’ button turns to non-interactive upon entering ‘*’.
Reproducible On:
2019.2.0a1, 2019.1.0a14, 2019.2.0a1
Environment:
Mac.
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (fix version 2023.1.0a8):
Fix to stop users from creating Shortcut profiles with restricted characters on MacOS.
Resolution Note (fix version 2022.2.0b12):
Fixed in Unity 2022.2.0b12 and above