Directional Light not being blocked? <Unity5>

Hey guys!, maybe this will be some dumb question , or not…

Why directional lights are not getting blocked anymore by ANY object when in a certain angle?

Even by those with shadows?, well better than words, a GIF to show you all.

Is this intended? why? what solution are you guys using while trying to do something like a Time of Day?

Thanks!

2009234--129788--ilum.gif

The problem is that the sky may update to the orientation of the directional light (the sun) but even if your light is in a position where you normal have night you still get the normal directional light from below.
You would need a script that changes the intensity of the directional light depended of it angle to make sure that only of the light / sun is in the sky the light shines.
TwiiK posted a Tutoreal for that.

Yea i saw that, it has something to do with probe groups… duh.
Thanks!