Search Unity

Simple Gaussian Blur Effect?

Discussion in 'Image Effects' started by daniel_lochner, Jul 22, 2021.

  1. daniel_lochner

    daniel_lochner

    Joined:
    Jun 9, 2016
    Posts:
    171
    Hey there,

    Does anyone know of a simple Gaussian Blur effect?

    The effect suggested in this forum post works in the editor, but not in a standalone Windows build. The console is just flooded with the following "Invalid Shader" error:
    I’ve attached the Blur effect script and shader, as well as the error message in the zip file.

    Thanks!
     

    Attached Files:

  2. daniel_lochner

    daniel_lochner

    Joined:
    Jun 9, 2016
    Posts:
    171
    For those interested, it does work, however I needed to place the shader in its own "Resources" folder.
     
    april_4_short likes this.
  3. april_4_short

    april_4_short

    Joined:
    Jul 19, 2021
    Posts:
    489
    When you say "own Resource folder"... for someone that struggles with presuming context (me) can you be more precise?

    Exactly where is this folder in the hierarchy, and what makes it its own (ownership) folder?