Search Unity

[Post-Processing Stack v2] Ambient Occlusion maximal resolution ?

Discussion in 'Image Effects' started by manutoo, Dec 16, 2019.

  1. manutoo

    manutoo

    Joined:
    Jul 13, 2010
    Posts:
    522
    Hello,

    I'm using a render texture to render my scene using the Post-Processing Stack v2.

    It works fine till 4096x2048. But at 8192x4096, the Ambient Occlusion's Multi-scale Volumetric Occlusion gives darkened lines on the planes facing the camera, which prevents to do hi-res screenshots of my game.

    Court01_Multi-scaleVolumetricOcclusion.jpg

    Did I hit some hard limit in the AO shader ?
    Is there any way to fix that ?

    Note: the Scalable Ambient Obscurance works fine, though, but it's not a suitable replacement as it creates weird outlines whatever the resolution is.

    Court01_ScalableAmbientObscurance.jpg
     
  2. NIOS

    NIOS

    Joined:
    Jul 12, 2014
    Posts:
    56
    Also having this issue, preventing me from rendering my animation projects at 4k at the moment. Interestingly enough, the line issue is caused at 4k for me and not 8k. Will keep you posted on my progress.

    As of Feb 2020, the newest version on Github does not fix this.
     
  3. Laurent_Chevalier

    Laurent_Chevalier

    Joined:
    Jul 23, 2015
    Posts:
    1
    Hello,

    I meet the same issue with postprocess AO when we make a render in 4K.I tried also with the newest version (3.1.1) and this version does not fix this.

    Anyone have info regarding this problem?