Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
1
Found in
2019.4
2019.4.34f1
2020.3
2021.2
2022.1
2022.2
Issue ID
1398875
Regression
No
Font.RequestCharactersInTexture loads surrogate pairs instead of glyphs when > U+10000
How to reproduce:
1. Open the attached project ("FontTest.zip")
2. Go to Window -> General -> Test Runner
3. In Test Runner, make sure "PlayMode" is selected and click "Run All"
Expected result: The fifth test passes, Font.characterInfo array contains a single element for U+2000B
Actual result: The fifth test fails, Font.characterInfo contains two elements for U+D840 and U+DC0B
Reproducible with: 2019.4.36f1, 2020.3.30f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a7
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
- [Linux] Crash on System.Runtime.InteropServices.Marshal:copy_from_unmanaged_fixed when accessing shared memory
- Misaligned text in Preferences window > 2D > Animation, Asperite and Sprite Editor preferences
- Unable to Install ZivaRT Player deprecated package
- Inconsistent Label Popup UI in Package Manager
- All active Audio Sources play their Clips when the "Play On Awake" checkbox is enabled and Scene view Audio is unmuted
Resolution Note (2022.2.X):
As we work on TextCore new API's will be correct