ManlyMarco / RuntimeUnityEditor

In-game inspector and debugging tools for applications made with Unity3D game engine
GNU General Public License v3.0
802 stars 98 forks source link

UI / font size? #51

Closed KwaiBird closed 9 months ago

KwaiBird commented 1 year ago

Hi, the UI size or the font size is small for me. Can I change it?

ManlyMarco commented 1 year ago

The UI skin needs to get the font sizes changed and any controls with fixed sizes need to be adjusted. You have to edit the source and recompile, no way otherwise.

KwaiBird commented 9 months ago

Thanks. That sounds tough.