cakeslice / Outline-Effect

Outline Image Effect for Unity
MIT License
1.48k stars 201 forks source link

Change the lineThickness and fillAmount #51

Closed AlvinSH closed 3 years ago

AlvinSH commented 4 years ago

Could it be possible to change the variables (lineThickness and fillAmount) in OutlineEffect.cs for different objects, because I want to chang the thickness of line for different objects.

cakeslice commented 3 years ago

This is a screen-space effect which means it's applied to the whole image in the same way so it's not possible.