Lighting looks really weird in 2D game

Hey guys!

A few friends and I are working on a 2D game, and we are recently trying to add some kind of dynamic lighting to make the game more atmospheric. Right now the background isn’t affected by lights, while things like terrain is - and it looks pretty weird:

alt text

As you can see, the platforms you walk on lights up the same was as interactable GameObjects does, while the background keeps the same color. and it looks unnatural. Is there any way to fix this problem?

Thanks in advance!!

EDIT: I’ll transfer 7 (PayPal) to anyone who manages to solve this for me.

Try creating a new material, change its shader to Sprite/Diffuse and then apply the material to the background. That should fix it.