We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f01531 commit f4e391dCopy full SHA for f4e391d
com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.cs
@@ -717,6 +717,7 @@ void SetRenderingFeatures()
717
, overridesMaximumLODLevel = true
718
, terrainDetailUnsupported = true
719
, overridesShadowmask = true // Don't display the shadow mask UI in Quality Settings
720
+ , overrideShadowmaskMessage = "\nThe Shadowmask Mode used at run time can be found in the Shadows section of Light component."
721
, overridesRealtimeReflectionProbes = true // Don't display the real time reflection probes checkbox UI in Quality Settings
722
};
723
0 commit comments