- Home /
Sprite outline by code?
Is there a way to generate an outline for sprites via code without using custom shaders? I tried this: https://forum.unity.com/threads/free-open-source-outline-effect.314362/ But it's too heavy performance-wise, I need a simpler way to achieve the same thing, any ideas?
Comment
placing the same sprite with a lite bit larger scale and colour tint behind actual sprite is a viable technique if you dont want to use any shader. it is not the best on performance but, if you are not gonna over-use it. this will save you a lot of problems.