cakeslice / Outline-Effect

Outline Image Effect for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the lineThickness and fillAmount

AlvinSH opened this issue · comments

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.

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