cakeslice / Outline-Effect

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

Show outline between meshes of same color? #63

Closed isorokuYam closed 10 months ago

isorokuYam commented 1 year ago

Hello. Is it possible to show borders of same color between meshes? I have a map created from meshes (created from PolygonCollider2D) - all with same fill color. If i set different outline colors between parts of the map - it's ok. If I move one element on distance from others - is ok (blue on example). But I have no idea how to outline all parts with same color e.g color1. Looks like all meshes with same outline color are merged into one, big one. Light green colider on the middle is example without outline. image

It's possible that is just how it works and it's just not the tool for my scenario :<

cakeslice commented 10 months ago

Duplicate of https://github.com/cakeslice/Outline-Effect/issues/31