Search Issue Tracker
Won't Fix
Votes
2
Found in
2020.3.23f1
2021.2.4f1
2022.1.0a16
2023.1.0a1
2023.2.0a1
Issue ID
UUM-4901
Regression
No
[UI Builder] "Font not found for path: Fonts/Inter/Inter-Regular SDF" warnings are thrown when changing the Font of a Label
How to reproduce:
1. Open the attached project "fontBug"
2. Open the UI Document "MainMenu" (Assets/UI/MainMenu.uxml)
3. Inspect the Console window (Window > General > Console)
Expected result: No warnings are seen in the Console
Actual result: 3 warnings are seen in the Console
Reproducible with: 1.0.0-preview.15, 1.0.0-preview.18 (2020.3.23f1), built-in (2021.2.4f1, 2022.1.0a16)
Could not test with: 1.0.0-preview.14 (2020.3.23f1) (Console error: 'DefaultEditorWindowBackend' does not implement interface member 'IEditorWindowBackend.overlayGUIHandler'), 2019.4.33f1 (Package unavailable)
Console warnings:
Font not found for path: Fonts/Inter/Inter-Regular SDF
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:359)
Font not found for path: Fonts/Inter/Inter-Regular SDF
UnityEngine.UIElements.VisualElement:UpdateInlineRule (UnityEngine.UIElements.StyleSheet,UnityEngine.UIElements.StyleRule)
Font not found for path: Fonts/Inter/Inter-Regular SDF
UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal:TraverseRecursive (UnityEngine.UIElements.VisualElement,int)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
There are no fixes planned for this Bug