Search Unity

Resolved Render issue from transparents objects

Discussion in 'High Definition Render Pipeline' started by Saaskun, Mar 9, 2021.

  1. Saaskun

    Saaskun

    Joined:
    Nov 29, 2019
    Posts:
    51
    Hi, we are building a scenery that simulates the interior of a PC, we have some issues that some objects renders before another that is near and another object isn't rendering the other transparent object (see image).

    I'm using Lit materials (not custom).

    Is there any fix for that?
    Greetings


    https://saaskun-demos.s3.amazonaws.com/2021-03-09+12-47-07.mp4
     
  2. Ne0mega

    Ne0mega

    Joined:
    Feb 18, 2018
    Posts:
    755
    tick transparent depth pre-pass in Material, post-pass as well if that doesn't work.
     
    Saaskun likes this.
  3. Saaskun

    Saaskun

    Joined:
    Nov 29, 2019
    Posts:
    51
    Thanks!