{
if (s_DefaultProfile == null)
#if UNITY_EDITOR
#else
throw new UnassignedReferenceException("SubsurfaceScatteringProfile.defaultProfile can not be null.");
#endif
}
return s_DefaultProfile;