Search Unity

Does HRV2 support Bloom? [HDRP]

Discussion in 'Graphics for ECS' started by xseagullx, Feb 19, 2022.

  1. xseagullx

    xseagullx

    Joined:
    Nov 7, 2019
    Posts:
    24
    I've faced an issue, probably similar to what @BigRookGames reported a while ago here: https://forum.unity.com/posts/6450444/

    Enabling Bloom post processing effect causes heavy flickering, scerrn going completely black on every other frame.

    So my Q is: is Bloom not suported, or have I misconfigured something?
    If it's not, do we have a list of non-supported / suppoorted post processing effects available somehwere? I see this list, but it does not tell me about effects directly (or I just don't know how to read it).

    If it's supported, what did I miss so that it flickers so much.
    Unity 2020.3.19f1.
    HRv2 0.11.0-preview.44
    HDRP 10.6.0
     
  2. xseagullx

    xseagullx

    Joined:
    Nov 7, 2019
    Posts:
    24
  3. JussiKnuuttila

    JussiKnuuttila

    Unity Technologies

    Joined:
    Jun 7, 2019
    Posts:
    351
    I see you found out the problem already, but it's also worth pointing out that in general, Hybrid Renderer has no interaction with Bloom. Hybrid Renderer only takes care of rendering entities when DrawRenderers is called.
     
    xseagullx likes this.