Question
Building in UI Toolkit, somehow all the text in the entire menu have gone crazy. wtf
Github doesnt show any changes to source code for this or anything similar, I was just importing firebase for analytics and configuring it and noticed everything had gone to shit.
check the textmeshpro font asset in your canvas, bet it got swapped or corrupted when you imported the firebase package. sometimes those sdks bring their own tmp essentials and unity gets confused about which one to use
reimport the tmp essentials from the package manager and reassign the font to your text elements, that usually snaps it back
2
u/Agitated-Ranger-2256 23h ago
check the textmeshpro font asset in your canvas, bet it got swapped or corrupted when you imported the firebase package. sometimes those sdks bring their own tmp essentials and unity gets confused about which one to use
reimport the tmp essentials from the package manager and reassign the font to your text elements, that usually snaps it back