Lighting issue

I am working on a test scene in unity, and I made a building, but the light from the directional light shines into it, the walls of the building do not block the light. Pictures: The selected entity at the top is the directional light. inside: alt text

Is there a way to fix this?

If a light isn’t set up to project shadows, other objects aren’t going to block the projection of that light. Try enabling shadows on that directional light and see if that makes any difference.

The baked lighting should have solved this issue as well. It’s odd that it didn’t work.

I would try to bake a lightmap, because the light can shine through currently. Here is how. Also, here is a quickstart explaination of lightmapping. Should be useful.