Search Unity

Bug Problem with render texture

Discussion in 'Editor & General Support' started by Mikhail_Pozdnyakov, Jan 31, 2021.

  1. Mikhail_Pozdnyakov

    Mikhail_Pozdnyakov

    Joined:
    Mar 27, 2015
    Posts:
    4
    Hi everyone, some days ago i got a strange bug. For example, i have render texture with 512/512 size, but only part of image is visible. How to fix it?
    Unity 2020.2.2f1 HDRP 10.2.2
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,742
    What are the UV coordinates of your display quad? They need to be 0-1 in both u and v directions, and the material used needs to be identity texture scaling and zero texture offset.
     
  3. Mikhail_Pozdnyakov

    Mikhail_Pozdnyakov

    Joined:
    Mar 27, 2015
    Posts:
    4
    quad from unity and material have only render texture without other settings