cakeslice / Outline-Effect

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

Separate Outlines #28

Closed thelucre closed 7 years ago

thelucre commented 7 years ago

Is there a feature to outline individual meshes, not aggregate the entire shape?

For instance, this image has 7 meshes but the outline is drawn according to the entire silhouette. Can they each have their own outline drawn?

cakeslice commented 7 years ago

Sorry but this is just the way the effect is supposed to work (it's an image effect after all).

You could have separate outline buffers for each mesh and render each one, but performance then would be horrible.

To do this, I suggest you try another asset or approach.