Hello, may I ask if it's possible to increase the font size of the custom label "EditorLabel" in the code? The font size of the label under "EditorLabel" is relatively small and it's a bit tiring to look at.

  • I'm not sure if it's possible, but you'll have to change that in Makinom's editor code.

    This uses the EditorGUILayout.HelpBox functionality of Unity and has no options to pass on some other GUI style to change the font size.
    The EditorLabel text is displayed in the AttributeHelper class, so you can change it there (e.g. to a standard label with a GUI style).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.