prime31 / SpriteLightKit

Blended lighting system for Unity that works with standard Sprites
239 stars 43 forks source link

Combine SpriteLightKit with Occlusion #11

Open renanvalentin opened 4 years ago

renanvalentin commented 4 years ago

Hi @prime31 !

I've been following your articles and I can tell you now that shader's are less daunting thanks to you! 🤘

I've tried to combine both articles to make some cool effect but had no success (I feel that i'm almost there).

Screen Shot 2020-04-18 at 18 37 37

I would like to change the sprite's color outside lightning. Right now the region lit is red but i'm trying to achieve the opposite: make the dark area red and the lit area to use sprites original color.

Could you please shed some light on this?

Thank you!