cakeslice / Outline-Effect

Outline Image Effect for Unity
MIT License
1.43k stars 198 forks source link

shouldn't outlineCamera.enabled = false? #27

Closed fatfatson closed 7 years ago

fatfatson commented 7 years ago

according to the doc(https://docs.unity3d.com/ScriptReference/Camera.Render.html):

This is used for taking precise control of render order. To make use of this feature, create a camera and disable it. Then call Render on it.

cakeslice commented 7 years ago

You are right, it seems it was rendering the outlines twice. Thanks!