docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    HDR emulation scale

    All Lights in the 2D lighting system support HDR. While a typical RGBA32 color channel has the range of zero to one, a HDR channel can go beyond one.

    Light RGB(1,1,1) HDR Light RGB(1,1,1) + Light RGB(2,2,2)
    Light RGB(1,1,1) HDR Light RGB(1,1,1) + Light RGB(2,2,2)

    However, not all platforms natively support HDR textures. HDR Emulation Scale allows those platforms to use HDR lighting by compressing the number of expressible colors in exchange for extra intensity range. Scale describes this extra intensity range. Increasing this value too high may cause undesirable banding to occur.

    Light Intensity scale examples:

    HDR Reference Light Intensity Scale 1 (No HDR)
    HDR Reference Light Intensity Scale 1 (No HDR)
    Light Intensity Scale 4 Light Intensity Scale 12
    Light Intensity Scale 4 Light Intensity Scale 12

    When choosing a value for HDR Emulation Scale, the developer should choose the combined maximum brightness for the lights in the scene as the value.

    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)