Search Unity

Missing shader in ... (UnityStandardAssets.ImageEffects.Antialiasing)

Discussion in 'Editor & General Support' started by InfiniteDice, Jul 19, 2016.

  1. InfiniteDice

    InfiniteDice

    Joined:
    Jun 30, 2015
    Posts:
    44
    Getting this message in the editor, and it spams while in play mode. Funny thing is the antialiasing is working, when I disable it in the inspector in real time, the spamming stops, as does the AA.

    I've tried removing all the standard assets for effects then re-importing the assets, just installed newest version of Unity. 5.3.5

    Any ideas guys?

    Full readout from error window:

    Missing shader in MainCam (UnityStandardAssets.ImageEffects.Antialiasing)
    UnityEngine.Debug:Log(Object)
    UnityStandardAssets.ImageEffects.PostEffectsBase:CreateMaterial(Shader, Material) (at Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs:48)
    UnityStandardAssets.ImageEffects.Antialiasing:CheckResources() (at Assets/Standard Assets/Effects/ImageEffects/Scripts/Antialiasing.cs:94)
    UnityStandardAssets.ImageEffects.PostEffectsBase:Start() (at Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs:106)

    Thanks
     
  2. MSplitz-PsychoK

    MSplitz-PsychoK

    Joined:
    May 16, 2015
    Posts:
    1,278
    That's strange.. have you tried reimporting the standard assets through the asset store?

    Also, if you're not using deferred rendering, you can disable the antialiasing image effect and enable in-engine antialiasing in the quality settings. (If you're using deferred rendering, image effects are the only way to do antialiasing)