Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Orthographic vs Perspective Camera Screen-Space Reflections

Discussion in 'Image Effects' started by magebuzzcutt, Mar 17, 2023.

  1. magebuzzcutt

    magebuzzcutt

    Joined:
    Jun 20, 2021
    Posts:
    17
    Hi,

    Currently I've implemented an SSR effect, however, it does not behave desirably in orthographic camera mode.

    Reflections skewed towards camera position in orthographic camera view:

    Normal reflections in perspective camera view:


    Does anyone have any idea where this stems from and how I can fix it?

    TIA
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,971
    Which render pipeline are you using?
    If HDRP, it does not officially support orthographic because a lot of the optimizations are done for perspective.
     
  3. magebuzzcutt

    magebuzzcutt

    Joined:
    Jun 20, 2021
    Posts:
    17
    This is in a SRP