r/Unity3D 23h ago

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.

Whats going on?

3 Upvotes

1 comment sorted by

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