I keep getting the following errors when I open the Inventory and hover over the Inventory and Equipment UI elements. Or when I hover the mouse over the items and the tooltip pops up. I tried to change the text to a more Medieval style, but it would not let me change it. The error just adds the font asset as [LiberationSans SDF]/[MedievalScript SDF]. And it’s a bug that I guess has to do with the Liberation font not having an Underline option. Although, I don’t know how to correct it without having to re-install TextMeshPro or create another TMP font with the underline option included. So I’m not sure if this is a course/Inventory asset bug or a TMP bug.
The character used for Underline is not available in font asset [LiberationSans SDF].
UnityEngine.Debug:LogWarning (object,UnityEngine.Object)
TMPro.TMP_Text:GetUnderlineSpecialCharacter (TMPro.TMP_FontAsset) (at Library/PackageCache/com.unity.textmeshpro@3.0.6/Scripts/Runtime/TMP_Text.cs:6081)
TMPro.TMP_Text:GetSpecialCharacters (TMPro.TMP_FontAsset) (at Library/PackageCache/com.unity.textmeshpro@3.0.6/Scripts/Runtime/TMP_Text.cs:6007)
TMPro.TextMeshProUGUI:LoadFontAsset () (at Library/PackageCache/com.unity.textmeshpro@3.0.6/Scripts/Runtime/TMPro_UGUI_Private.cs:574)
TMPro.TextMeshProUGUI:Awake () (at Library/PackageCache/com.unity.textmeshpro@3.0.6/Scripts/Runtime/TMPro_UGUI_Private.cs:121)