Hi there. I am an intermediate developer, so maybe I am just misunderstanding something. Please make me smarter. I encountered this not so many moons ago:
I have a world that is comprised of several scenes that are loaded additively. I have 1 directional light that provides real time shadows. However, each of the additionally loaded scenes also have their own directional light used for baking. The mode is thus set to ‘baked’. I expect these lights to not contribute with anything when the game is running. However, this is not the case.
I found that some of the ‘baked’ directional lights still contribute to the overall illumination of the entire world, but not all. That’s interesting.
Upon further investigation, I found it was only the scenes that had not yet been baked (hence, no lightmap available), whose directional light would illuminate the entire world. I could confirm this by deactivating those specific lights at runtime, and the extra light would disappear. I am a 100 % certain that these lights were set to ‘baked’.
I further confirmed my suspicion by finishing the baking of the remaining scenes, and indeed the extra light disappeared and the problem was solved. But this got me thinking, as this is obviously not the expected behavior? Did I encounter a bug or is this intended?
Regardless, for my project it does not matter much. The issue was resolved, and ultimately I could just turn off the bad behaving directional lights if it was necessary. I am simply just curious as to what is going on.
Thank you.

