Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a13
Issue ID
1115313
Regression
No
Some unicode characters appear blank when used in names of assets and folders
There are a lot of unicode characters that the editor currently doesn't support. If you attempt to use an unsupported character in the name of an Asset or GameObject, the editor considers it valid but simply doesn't display anything - this could potentially lead to some user confusion or problems referencing assets.
Examples of unsupported characters:
U+1402
U+26EA
U+1F4A9
Ideally we should be doing some form of validation. As per the Unicodes standards, U+25A1 □ WHITE SQUARE can be substituted in to represent characters that the font may not support. See http://unicode.org/charts/PDF/U25A0.pdf
1. Install Unity
2. Open Unity
3. Load the attached project
4. Look in the assets folder and locate the scene file
5. Right click on the file and select Show in Explorer
6. Compare the name of the file in the system explorer to the name of the file in Unity
Expected Result:
The asset name in Unity should represent the system filename as closely as possible.
Actual Result:
The asset name is completely blank.
Tested on Windows.
Occurs on 2019.1.0a13, 2018.3.0f2
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
Our editor text technology currently does not support unicode.