IronWarrior / UnityOutlineShader

Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.
https://roystan.net/articles/outline-shader
The Unlicense
882 stars 109 forks source link

used as shader only without post processing stack #4

Closed yosun closed 5 years ago

yosun commented 5 years ago

is it possible to use this as a shader by itself?

IronWarrior commented 5 years ago

It could be rewritten to work as a legacy image effect, but it cannot be used as a per-object shader (it must be a screen based effect). If you want it to only affect some objects, MinionsArt has a good tutorial on this.