Search Issue Tracker
By Design
Votes
0
Found in
2021.3.48f1
2022.3.57f1
6000.0.36f1
6000.1.0b4
6000.2.0a1
6000.3.0a1
Issue ID
UUM-95651
Regression
No
The Fallback font does not get displayed when a fallback happens with the UIToolkit Label text
How to reproduce:
1. Open the “FontsFallback.zip“ project
2. Open the “SampleScene“
3. Make sure that you don't have a “Tifinagh“ font on a local machine
4. Observe the Game view
Expected result: Text “Text (UIToolkit): ⴷ ⵍⵍⵉⵖ ⵉⵍⵍⴰ “ displayed
Actual result: Text “Text (UIToolkit): □ □□□□ □□□□ “ displayed
Reproducible with: 2021.3.48f1, 2022.3.57f1, 6000.0.36f1, 6000.1.0b4, 6000.2.0a1
Reproducible on: macOS 15.2 (M4 Max) Windows 11 (24H2)
Not reproducible on: No other environment tested
Notes:
- Works with TMPro, where its setting file is referencing the “Tifinagh“ font as a Fallback font
- Reproducible in the Player
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The global fallback needs to be assigned. Here's some documentation on it: https://docs.unity3d.com/6000.1/Documentation/Manual/UIE-fallback-font.html
Here's a step by step on how to do so:
Right click > Create > TextCore > Text Settings
Assign the NotoSansTifinagh FontAsset to the FontAsset Fallback list of the TextSettings (Global Font Fallback)
Select the UI Document in the Hierarchy
Double click the PanelSettings used
Assign the newly created Text Settings