I recently released a game to production and encountered a strange glitch occurring only on particular menus and particular Android devices.
I was wondering if anyone has seen anything similar to this and might point me in the right direction as to how I can fix this, right now I haven’t the slightest clue where to start debugging.
Below are screenshots of how the screens are supposed to look:
and here is how they look to the users experiencing the glitch:
So far the only similarity between the two pages are their use of scrollable containers (with masking).
Eliminated the glitch already and I’m trying to discover the real cause. I’m creating a build right now. My suspects are on “Blit Type: Always” insteady of “Auto” on Player Settings > Resolution and Presentation.
Hey guys, OP here. I totally forgot about this post but I finally managed to pinpoint the issue after alot of debugging - turns out the font package we were using didn’t contain the symbols for certain currencies (this bug happened on any page that had pricing displayed).
Seems when it tries to display a font symbol that the font package does not contain this happens.