Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.1.X
Votes
0
Found in
2018.4
2018.4.18f1
2020.2
Issue ID
1246465
Regression
No
[MacOS][iOS] Font.CreateDynamicFontFromOSFont() unable to load some system fonts
How to reproduce:
1. Open the attached SampleFont.zip project
2. Build SampleScene for iOS and deploy the Xcode project to the device
3. Inspect the loaded text at the top
4. Inspect the text in red at the bottom
Actual:
1. Inspect that the text in red is written in Ariel font (see the photo attached in the Edit section to see the difference between fonts)
2. On iOS 13 not all fonts are loaded
When trying to use SF font with Font.CreateDynamicFontFromOSFont(), it seems to be unable to load some system fonts after iOS 13
Expected:
1. The text in red is written in "SFUI-Regular" from the OS
2. All fonts are loaded
Reproducible with: 2018.4.23f1, 2020.2.0a14
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
- A 404 page is opened when selecting "Open Documentation" on the Float Node in Shader Graph
- Shader Graph Importer's Documentation Reference button leads to a 404 page
- Crash on WriteParticleLineVertex when particle systems are rendered in a specific project
- Asset names longer than the allowed system file path are not handled gracefully
- Moving VFX Particles leave a ghosting trial in Ray Traced Screen Space Reflections
Resolution Note (fix version 2020.1):
Fixed in 2020.1.5f1.4487
Resolution Note (fix version 2019.4):
Fixed in 2019.4.10f1 (5311b3af6f69)