I’m assuming you’re using forward rendering, which would be good to mention.
Then my first guess is that the scale of the tiles is not 1 and there is bug in Unity in determining which object is affected by the lighting (not lightning) if the scale of an object is not 1. Try using a scale of 1 for the tiles as a workaround.