In Unity 4.x, shadows from a directional light would nicely fade in as they came into the shadow draw distance. In Unity 5, I am not seeing any fading, and there is a harsh pop-in of the entire object shadow.
Turns out these issues go away if I switch to using “Forward Rendering” from either Deferred or Legacy Deferred.