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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note (fix version 2020.1):
Fixed in 2020.1.5f1.4487
Resolution Note (fix version 2019.4):
Fixed in 2019.4.10f1 (5311b3af6f69)