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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
There are no fixes planned for this Bug