Colour Cycle Effect Unity Shader

Just added a new colour cycle effect transparent Unity shader to the free shaders collection. This shader can be used to overlay a y-axis colour cycle effect over a texture The code for the shader is shown below: [sourcecode language=”js”] Shader "Unlit/ColourCycleTexture" { Properties { _MainTex("Color (RGB) Alpha (A)", 2D)… Read more“Colour Cycle Effect Unity Shader”