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
893 stars 111 forks source link

Silhouette-only Outline doesn't work at Runtime/Play Mode #6

Open ryanmillerca opened 4 years ago

ryanmillerca commented 4 years ago

Hi there, thanks for building and sharing this!

I was able to get the effect I want (silhouette outline) by increasing the Depth Threshold to 5 as shown in this image;

image

However, once I play, the interior lines show up.

image

I would love to have the silhouette effect, but not sure how to get it to work properly.