Paper 2d Lights

Can anybody tell me how to use lights when when im locked to front perspective, and how to effects sprites with light ?

Bumb!
Would also like to know this.

Hi,

The paper2d sprites are all using unlit materials as a base. The sample 2D template that is available with the editor doesn’t use any lights for the sprites.

You can change this behavior though by opening the “DefaultSpriteMaterial” that is applied to the sprite texture and you can change it to be a lit material. The Source Texture Multiple is plugged into the Emissive, but you can disconnect this and plug that into the Base Color to have the material lit by lights.

I hope this helps.

Tim