Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

HDRP, Planar Reflection and Multiple Cameras issue

Discussion in 'Graphics Experimental Previews' started by olix4242, May 6, 2020.

  1. olix4242

    olix4242

    Joined:
    Jul 21, 2013
    Posts:
    1,962
    I have problems with Planar Reflection probes that aren't rendering correctly when using multiple cameras that are rendering at once in a scene.
    Planar Reflection gets updated only for one single camera and only once per frame, and from what I can see, there is no way to update it manually. We have only an option of using
    Code (CSharp):
    1. RequestRenderNextUpdate();
    but this can't be used to solve this issue, as it will update reflection only on a next frame. This makes impossible to use Planar Reflection for any multiple camera setup.
    I think thaat a correct behaviour of planar reflections should be that all reflection updates are managed on per-camera basis.
     
    ftejada likes this.