top of page
  • Writer's pictureRyan Pallesen

C# Unity - Custom Cel Shader & Post Processing Effects


I've spent the last few days working on prototyping for a Unity project. This has included developing a cel-shader that supports multiple lights, including spot-lights, point lights and directional lights. I did have quite a few errors with making the shaders work, particularly the outline, which is a custom post-processing shader. turns out you need to permanently reference the shader under the graphic's settings.

bottom of page