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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
There are no fixes planned for this Bug