Search Unity

Camera to RenderTexture Alpha issue

Discussion in 'Image Effects' started by gino_pisello, Aug 7, 2019.

  1. gino_pisello

    gino_pisello

    Joined:
    Jun 24, 2013
    Posts:
    33
    Hello!
    I want to display on a RawImage what a camera sees using a RenderTexture.
    I don't want to see background color, so I set the alpha of the Camera Backround Color to 0, but I continue to see the color.


    RenderTextureAlpha.jpg

    I'm using 2019.2.0f1 and I'm sure that in the past this flow worked.
    Anybody can help?
    Is it a bug?

    Thanks
     
  2. fang1994

    fang1994

    Joined:
    Mar 20, 2019
    Posts:
    12
    How did you solve it?I have this problem, too。