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