Search Unity

Bug 21.2.7 Render Feature can't get Last Frame Texture

Discussion in 'Universal Render Pipeline' started by sadasdqwf, Sep 13, 2022.

  1. sadasdqwf

    sadasdqwf

    Joined:
    Jun 1, 2022
    Posts:
    1
    I tried to implement TAA in 21.2.7URp but I couldn't use RenderFeature to get the information from the previous frame. The RenderTexture I applied seemed to be deleted after rendering even though I set it as a global texture. But the same code I can implement in version 19