- Home /
Question by
kenson_tsang_gusto · Feb 19, 2021 at 08:07 AM ·
camerarenderingrendertextureeffect
RenderTexture flickering while multiple RenderTexture rendering
I have created a separate camera and RenderTexture to render every single monster. After I link the RenderTexture to a Quad, the RenderTexture will be flickering sometimes.
Is anyone know the reason and solution?
299499422-1-30016.gif
(447.1 kB)
Comment
Answer by zd2283 · May 25, 2021 at 01:11 AM
Exactly the same problem here. I found this problem when I enabled both HDR(ARGBHalf) and anti-aliasing. The texture flickers between different rendering cameras. It might also be hardware-related. I only find this problem on some PCs. In my case, turning off the HDR or the anti-aliasing of the render texture can solve it. I'd like to know if you have any other solutions. Thanks!