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
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
- Text field does not disappear if Ctrl+Z is pressed while editing in Viewport
Resolution Note (fix version 2020.1):
Fixed in 2020.1.5f1.4487
Resolution Note (fix version 2019.4):
Fixed in 2019.4.10f1 (5311b3af6f69)