Outline Aorund Object

Hi, I’m making a 3d game, and I want it to have a cartoony-ish feel to it, so I want to give the objects outlines. What I want is that where to camera is looking, it will outline a the shape from the point of view, even if other edges are showing.

If someone could supply me with a script that would be most appreciated, thanks!

1 Answer

1

I think you have to use shaders or a library for an outline effect. You can find couple libraries by googling but I advise you to check this video out Recreating Okami’s Celestial Brush | Mix and Jam - YouTube
He uses a library called Unity-chan to achieve that effect.