Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.18f1
2022.2.0a8
2023.1.0b8
2023.2.0a6
Issue ID
UUM-27864
Regression
No
Text containing "\u" and "\U" is incorrectly displayed when using UIElements Label or TextField
How to reproduce:
1. Open the attached user project “UIToolkitEscapeSequenceParsing.zip“
2. Open Scene “SampleScene“ (Assets/Scenes)
3. Enter Play Mode
Expected result: Text is displayed correctly
Actual result: Square symbols appear in the text
Reproducible with: 2021.3.18f1, 2022.2.0a8
Not reproducible with: 2022.2.0a9, 2022.2.6f1, 2023.1.0b3, 2023.2.0a2
Can’t test with: 2020.3.45f1 (Errors in the Console)
Reproduced on: macOS 13.0.1 (Intel)
Note:
- Issue is reproducible in Builds (although instead of a square symbol, nothing is shown)
- If at least three characters follow a "\u" and they do not form a valid unicode escape sequence then the entire sequence will be replaced with the "square" unicode character
- If at least seven characters follow a "\U" and they do not form a valid unicode escape sequence then the entire sequence will be replaced with the "square" unicode character
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The code's changed significantly since 2021.3, so we can't backport the bugfix. Please update to version 2022.2 or later.
Resolution Note (2023.2.X):
The code's changed significantly since 2021.3, so we can't backport the bugfix. Please update to version 2022.2 or later.