Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

FXAA causing blurry Editor UI

Discussion in 'Editor & General Support' started by JulianLumberPond, Jan 28, 2019.

  1. JulianLumberPond

    JulianLumberPond

    Joined:
    Jan 22, 2019
    Posts:
    1
    Enabling FXAA Antialiasing on a NVIDIA GPU causes some text in the Editor GUI to become blurred. I used windows snippet tool which doesn't capture with enough resolution but the examples below do show an improvement with FXAA disabled. The first two images are with FXAA enabled, followed by two with disabled and finally the last two show system information. One note: it appears Unity reads the NVIDIA settings before loading because if you disable FXAA before loading then change the settings while open you won't see any degradation however, closing Unity and re-open will show the poor effects of enabled FXAA.

    Unity Editor Version 2018.3.2f1

    Enabled FXAA
    2018_v3x2_EditorWithFXAA_on.JPG
    2018_v3x2_EditorWithFXAA_on_2.JPG

    Disabled FXAA
    2018_v3x2_EditorCrispness_2.JPG
    2018_v3x2_EditorCrispness.JPG

    System Settings

    NVIDIA_SystemSettings.jpg
     
    Last edited: Jan 29, 2019
    OnlyVR likes this.
  2. OnlyVR

    OnlyVR

    Joined:
    Oct 5, 2015
    Posts:
    55
    Thank you! It helped me to fix this issue!