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 ca67aa3 commit 7c88308Copy full SHA for 7c88308
com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.cs
@@ -835,6 +835,7 @@ void SetRenderingFeatures()
835
, overridesMaximumLODLevel = true
836
, terrainDetailUnsupported = true
837
, overridesShadowmask = true // Don't display the shadow mask UI in Quality Settings
838
+ , overrideShadowmaskMessage = "\nThe Shadowmask Mode used at run time can be found in the Shadows section of Light component."
839
, overridesRealtimeReflectionProbes = true // Don't display the real time reflection probes checkbox UI in Quality Settings
840
};
841
0 commit comments