RuntimeUnityEditor icon indicating copy to clipboard operation
RuntimeUnityEditor copied to clipboard

Pathologic 2 - No text & console spam?

Open SurDno opened this issue 6 months ago • 0 comments

After pressing F12, it looks like this:

Image

I see a very similar issue among Known Issues:

Text is invisible, scrambled, not scaled properly or otherwise looks wrong: Most likely the Arial.ttf font is missing from the system (Unity UI default font, may be different in some games). This can happen when running a game on Linux with https://github.com/ManlyMarco/RuntimeUnityEditor/issues/55, and on some regional versions of Windows (e.g. Chinese). To resolve this you have to find the Arial font and install it.

but I am running normal UK-based Windows, I see Arial.ttf in Windows/Fonts, I can select it in Word/Paint, etc. Think it's the issue with the game itself, as the log is spammed with:

[Error  : Unity Log] Failed to update dynamic font (Arial) texture; all the needed characters do not fit onto a single texture (max size 4096). Try using less text or a smaller font size.

Is there a way to switch to a different font or anything else to get this to work?

SurDno avatar Jun 21 '25 19:06 SurDno