What device/platform are you having the problem on?
PC
How often does the issue occur?
every time joining my room in a save after the latest update
Description
All the unity UI Text in canvases glitch pink now and are unreadable. This happened after loading into a save of my rooms 2 room that I built on RRS after the latest update. This is both on interactable canvases and the HUD canvas.
Attachments (Optional, please use alternative means like Google Drive for Videos)
what material is your ui text using?
It’s just the default font asset material, and uses the “Title” style. I should also note that it was center and middle aligned.
Also, upon further testing I found out this bug doesn’t occur when you test your room through RRS, but still on real loads/saves of the game in normal RR.
which room is this in?
in the meantime i’ll try to see if i can get an isolated repro case on my end. if you’d prefer to keep the room id private for one reason or another, feel free to dm it to me.
Hi, thanks for the reply! This was in my room ^BeeSimulatorY.
Actually, here’s what I ended up doing:
I noticed for one cavas prefab the text remained readable, the difference with this prefab was that the text mesh pro children had different names (idk if that’s important).
So, I messed around with renaming the text (and I changed the font type to “Outline”) in other canvases where the original text was glitching purple (like the hud seen in the picture).
For some reason this fixed the hud text but no matter how I messed around with the text on one on my canvas prefabs it remained glitched.
In the end I did what I should have just done originally (import a custom font) and all the text worked perfectly with that. So the issue is with the default font in the packages.
Overall, this is a random small bug which I managed to get passed (by just using custom font) and is no longer a concern for me. But I hope this helps.