Need help with this error

Assets/pro standard assets/image based/blureffect.cs(61,33): error CS0117: UnityEngine.SystemInfo' does not contain a definition for supportsimageeffects’

Im new to this I had a lot more errors and with the help of this forum they have gone just this one remaining, Any help appreciated.

Do you have a pro license? If not then that’s why.

SystemInfo.supportsImageEffects should work in Indie and Pro (and return false in Indie).

I am bit curious about the error message, because “supportsimageeffects” is not spelled correctly. You can check if the blureffect.cs file has the correct spelling of the check (SystemInfo.supportsImageEffects).