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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
There are no fixes planned for this Bug