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
- Double separation lines are present in Override Controls in a DefaultVolumeProfile Asset
- Silent crash when multiple child GameObject Colliders are triggered while attached to a Parent GameObject with Transform Scale set as (0; 0; 0)
- Numbers of output expressions does not match number of output error is thrown when converting node to property Output
- GameObjects with higher Render Queue values are being reflected on GameObjects with lower Render Queue values
- Underlying macOS Platform is incorrectly detected when running iOS apps on Apple Silicon Macs via Native Subsystem
Resolution Note (2022.2.X):
As we work on TextCore new API's will be correct