Arvtesh / UnityFx.Outline

Screen-space outlines for Unity3d.
MIT License
1.27k stars 90 forks source link

Using MK Toon Shaders, Outline does Not Work #79

Open Orionhart opened 4 months ago

Orionhart commented 4 months ago

Hi there. This may be a failing on my understanding of how the renderer pass works, but it seems to only work with built-in materials (urp defaults). My game requires other shaders like MK Toon for stylistic rendering, and I have been able to get per-object outlines working using Rendering Layers for objects which have not yet had their new materials applied (default shaders).

How do I get this to render outlines on objects with different materials?