I couldn’t find the answer on the internet / this forum / by myself so I hope there are some great people to help me
I’m trying to make 2D game in Unity with realtime lighting and hand-painted normal maps using newest LWRP (tried URP too). It’s all working great if I have only one object with the same material in the view. Doesn’t matter if it’s scene or game view. It just has to be one object with that material being rendered. I can rotate it and normals rotate too.
The problem appears if I add second object with the same material and rotate it. It looks like Unity is batching it and uses one material for both objects despite they are illuminated differently.
Am I missing some crucial elements of those renderer pipelines or is it just bug?
Any ideas how to solve it?