Enum PostProcessingFeatureSet | Universal RP | 7.2.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum PostProcessingFeatureSet

    The available post-processing solutions to use for the project. To future proof your application, use Integrated instead of the comparability mode. Only use compatibility mode if your project still uses the Post-processing V2 package, but be aware that Unity plans to deprecate Post-processing V2 support for the Universal Render Pipeline in the near future.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum PostProcessingFeatureSet

    Fields

    Name Description
    Integrated

    The integrated post-processing stack.

    PostProcessingV2

    The post-processing stack v2. This option only works if the package is installed in the project. Be aware that Unity plans to deprecate Post-processing V2 support for the Universal Render Pipeline in the near future.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX