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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note:
There are no fixes planned for this Bug