Image Effect Programming in unity

Hi
Please guide me in coding image effects.

1 Answer

1
  1. Read http://docs.unity3d.com/Documentation/Components/comp-ImageEffects.html for quick intro.
  2. Import some image effects Standard Assets and read through the code.
  3. Read the ShaderLab documentation if you need to create your own shaders: Unity - Manual: ShaderLab
  4. Create your own image effect.
  5. Profit.