Search Unity

Cannot find the "Enable Frame Timing Stats" checkbox

Discussion in 'Editor & General Support' started by ArachnidAnimal, May 29, 2020.

  1. ArachnidAnimal

    ArachnidAnimal

    Joined:
    Mar 3, 2015
    Posts:
    1,838
    The manual says to
    ... open the Player Settings (menu: Edit > Project Settings > Player) and check the Enable Frame Timing Stats checkbox.
    To enable the Dynamic resolution.
    https://docs.unity3d.com/2017.4/Documentation/Manual/DynamicResolution.html

    I cannot find this checkbox anywhere in the player settings
    Does it even exist?
    I am quite confused. I am running Unity 2017.4.18

    Thanks.
     
  2. jasonsurratt

    jasonsurratt

    Joined:
    Oct 12, 2016
    Posts:
    2
    I realize this is old but I ran into the same problem on 2018.4.23f1. To work around it I ran this as editor code:

    PlayerSettings.enableFrameTimingStats = true;

    After running that line I no longer got warnings about the setting in my cameras so I assume it worked. Odd.
     
  3. desouse

    desouse

    Joined:
    Mar 16, 2015
    Posts:
    2
  4. mfatihbarut

    mfatihbarut

    Joined:
    Apr 11, 2018
    Posts:
    1,060
    Just to share Unity 2020.2
    upload_2021-1-25_12-11-57.png
     
  5. Nadoc_NewLedge

    Nadoc_NewLedge

    Joined:
    Nov 26, 2020
    Posts:
    19
    Any Idea why doesn't it appear on my unity 2020.2.5?

    upload_2021-7-13_12-12-22.png
    upload_2021-7-13_12-13-6.png
     
  6. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,913