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

[Solved] LWRP + RenderTexture Depth Problem

Discussion in 'Graphics Experimental Previews' started by daschatten, Feb 1, 2019.

  1. daschatten

    daschatten

    Joined:
    Jul 16, 2015
    Posts:
    208
    Hi,

    i use a RenderTexture to project a Spaceship to the UI. In camera preview it looks as it should, but the RenderTexture is broken somehow. I tried every setting on camera, texture and lwrp, nothing helps. Without LWRP it works fine. Does anyone have an idea what's wrong here?

    UI: Look at wing cannons or front wings:

    ship01 .png

    Camera preview:

    ship02.png
     
  2. daschatten

    daschatten

    Joined:
    Jul 16, 2015
    Posts:
    208
    Solved... replaced old RenderTexture with a new one created with 2018.3.4. Works!
     
    Pacosmico likes this.