Search Unity

Shader HDR color not working

Discussion in 'Shaders' started by EspeonX, Jun 8, 2020.

  1. EspeonX

    EspeonX

    Joined:
    Aug 15, 2018
    Posts:
    2
    Setting color mode to HDR in a shader node makes virtually no difference. It always appears as a "flat", default color.

    I am using Unity 2019.1.13f1, the problem only appears in LWRP. The same shader in HDRP works as intended (see below).
     

    Attached Files:

  2. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,343
    The HDRP example has post processing with Bloom enabled. The LWRP example does not. The default sample scene for both render pipelines should have post processing and bloom enabled by default, which makes me think you disabled it in the LWRP scene on accident.
     
  3. EspeonX

    EspeonX

    Joined:
    Aug 15, 2018
    Posts:
    2
    Ok, thank you. I realised that I didn't have the post processing layer added.