This version of Unity is unsupported.

ShadowSamplingMode

enumeration

Properties

CompareDepthsDefault shadow sampling mode: sampling with a comparison filter.
RawDepthShadow sampling mode for sampling the depth value.
NoneIn ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.