docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SoftShadowQuality

    Softness quality of soft shadows. Higher means better quality, but lower performance.

    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    public enum SoftShadowQuality

    Fields

    Name Description
    High

    High quality soft shadows. Low performance due to high sample count. 7x7 tent filtering.

    Low

    Low quality soft shadows. Recommended for mobile. 4 PCF sample filtering.

    Medium

    Medium quality soft shadows. The default. 5x5 tent filtering.

    UsePipelineSettings

    Use this to choose the setting set on the pipeline asset.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)