Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

How to change font size in unity editor?

Discussion in 'Editor & General Support' started by rockysam888, Aug 31, 2012.

  1. lalamax3d

    lalamax3d

    Joined:
    Aug 23, 2012
    Posts:
    17
    @VVad . thanks for your script. is there a way to set default zoom to 14, each time i open unity i have to set this.
     
  2. nukadelic

    nukadelic

    Joined:
    Aug 5, 2017
    Posts:
    78
    updated the gist now u have

    Code (CSharp):
    1. public static int DEFAULT_GLOBAL_FONT_SIZE = 14;
    2. public static bool RESIZE_ON_LAUNCH = true;
     
  3. Bgrakca

    Bgrakca

    Joined:
    Feb 4, 2022
    Posts:
    7
    upload_2023-1-13_17-43-19.png

    I just want to change folder font size @VVad your script doesn't work for me. Unity still doesn't implement this feature. What a shame.
     
  4. Jaimi

    Jaimi

    Joined:
    Jan 10, 2009
    Posts:
    6,209
    You can change scaling now:

    uiscaling.png
     
  5. pgs1000

    pgs1000

    Joined:
    Mar 25, 2022
    Posts:
    2
    We need font size feature guys x(
     
  6. kambr75

    kambr75

    Joined:
    Oct 23, 2023
    Posts:
    1
    On my 4k monitor the editor font is very small. There is no UI Scaling option in the settings. How to increase it?
    I'm using Unity 2022.3.11f1 on Ubuntu 20.04
    Other applications are ok.
     
  7. Jaimi

    Jaimi

    Joined:
    Jan 10, 2009
    Posts:
    6,209
    In Windows, it is not a setting, it is a preference. Go to edit/preferences, and there should be a "UI Scaling".
    If it's not on Linux, must not be supported then...