ManlyMarco
ManlyMarco
Most likely stripped down IMGUI assembly, see https://github.com/ManlyMarco/RuntimeUnityEditor/pull/56#issuecomment-1830875516 and the release notes.
Moving to #97
Looks like the game uses a custom font for IMGUI. You can fix it by increasing the width [here](https://github.com/ManlyMarco/RuntimeUnityEditor/blob/64acb66ce2e58664d9e529d9d54db97a53eb72c6/RuntimeUnityEditor/Windows/ObjectTree/ObjectTreeViewer.cs#L601).
I tried the game and did not see the font that you have, so I have no way of reproducing this issue. Maybe your OS is missing the necessary font...
You have to override the game font with one that supports the required characters. Check the readme for font overriding.
Use RuntimeUnityEditor or SB3U, it's the same bone structure in game and in mods.
Maybe you hit rate limits, check the log or turn on bepinex console.
You can make a PR to add the support. It's not planned to be added by anyone.
Check the game log for related errors. I suggest using BepInEx version instead of ReiPatcher as it's more flexible and reliable.
Press alt+t to turn off translations.