Search Unity

[2021.2.0b2] Volumetric fog goes black

Discussion in 'High Definition Render Pipeline' started by id0, Jul 4, 2021.

  1. id0

    id0

    Joined:
    Nov 23, 2012
    Posts:
    455
    In the newest beta version, I found a strange behavior of the fog. Volumetric fog goes black, regardless of the color of the back fog. Is it a bug or normal behavior? It never happened before. I am puzzled.

    fog.jpg
     
  2. id0

    id0

    Joined:
    Nov 23, 2012
    Posts:
    455
    It's a bug. By moving the "weight" slider in the volume settings, returns everything to normal. But then, when hit Play, fog turn to black again.
     
    Last edited: Jul 4, 2021
    hippocoder likes this.
  3. Ruchir

    Ruchir

    Joined:
    May 26, 2015
    Posts:
    934
    Volumetric fog does generally darken and obscure things more than what normal fog does(Especially environmental lighting).
    I don't know if it's intended behavior or a bug tbh.
     
  4. id0

    id0

    Joined:
    Nov 23, 2012
    Posts:
    455
    I have this warning seems to be somehow connected.

    Code (CSharp):
    1. UpdateEnvironment readback buffer overflow, please schedule fewer updates.
    What the hell is that supposed to mean?
     
  5. id0

    id0

    Joined:
    Nov 23, 2012
    Posts:
    455
    Ok, I'm an idiot.
    PV.jpg
    I had this "Probe Volume(experimеntal)" turned on, that's what ate all my memory. Now everything works fine.
     
    Last edited: Jul 9, 2021
    shinichikudo997 and Ruchir like this.
  6. shinichikudo997

    shinichikudo997

    Joined:
    Jul 1, 2018
    Posts:
    33
    I am not using hdrp but urp, but getting this on 2021.2.4.
    Any way to solve this?
     
    djoledjole2, OndrejP and JPComitis like this.
  7. OndrejP

    OndrejP

    Joined:
    Jul 19, 2017
    Posts:
    304
    I have this spammed all over the log file, can I get rid of it somehow?
    What's causing that? Could it be color change that affects GI?
    (e.g. blending two skyboxes or tinting them with color?)
     
  8. shinichikudo997

    shinichikudo997

    Joined:
    Jul 1, 2018
    Posts:
    33