So there’s a asset called ConsoleEnhanced on Asset Store, In the video, I noticed that the font size of the log texts rendered could be configured… But how?
As far as I know, Unity doesn’t support changing font size in Editor, this has been requested by users for years… Well, maybe this is kind of “commercial secret”? I hope this does no offense to the creator of the asset… I don’t know if this is appropriate, just out of curiosity, what kind of techniques can achieve this?
You know… It would be awesome if we can decide the font size in our own plugins.
The reason Unity doesn’t currently support setting a global font size, is not because the size couldn’t be changed, it’s because most editor windows we’re not designed with this feature in mind. It would require a somewhat responsive layout and specific setups for a lot of texts in the editor. So, on the other hand, doing it for a limited scope, like only for the log window is possible, e.g. as Baste mentioned.