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 | Value |
---|---|---|
Integrated | The integrated post-processing stack. |
0 |
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. |
1 |