Graphics Compositor (Preview) | High Definition RP | 10.0.0-preview.27
docs.unity3d.com
    Show / Hide Table of Contents

    Graphics Compositor (Preview)

    The Graphics Compositor allows for real-time compositing operations between Unity's High Definition Render Pipeline (HDRP) and external media sources, such as videos or images. Depending on the requirements for your application, the Graphics Compositor provides multiple composition techniques. You can use each technique independently or use more than one at the same time to create a combination of different types of composition operations. The techniques that the Graphics Compositor includes are:

    • Camera Stacking: Allows you to render multiple HDRP Cameras to the same render target.
    • Graph-Based Composition: Allows you to use arbitrary mathematical operations to combine multiple Composition Layers to generate the final frame.
    • 3D Composition: Allows you to use Composition Layers as 3D surfaces in a Unity Scene. This means that, for example, Unity can calculate reflections and refractions between different Composition Layers and GameObjects.

    The following table provides a high level overview of the advantages and disadvantages of each compositing technique:

    Technique Performance Memory Overhead Flexibility Feature Coverage [*]
    Camera Stacking High Low Low High
    Graph-Based Composition Low High High Low
    3D Composition Low High Low High

    [] *Feature Coverage indicates whether features such as screen-space reflections, transparencies or refractions can work between layers.

    Furthermore, the Graphics Compositor includes functionality such as "localized post-processing", where a Post-Processing Volume only affects certain GameObjects in the Scene.

    For a high level overview of the Graphics Compositor's functionality please refer to the User Guide section. For a description on specific options in the user interface, please refer to the User Options section.

    Composition example

    The following example uses the Graphics Compositor to render a watermark on top of a Unity Scene.

    The result.

    The composition graph for the watermark example:

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023