Change the camera RenderTexture before rendering it to screen?

Basically I’m trying to “hold” the image of a camera for 3-4 frames. I’m not really sure how to do this, but I’m sure there is some easy way with RenderTexture and Graphics.Blit. However, I’m not sure which method to override in my script.

Can someone help? :slight_smile:

I believe that you can store it with a ComputeBuffer.