News

Alternative to Texture2D.Apply() that doesn't require synchronizing with the render thread, avoiding stalls in the main thread. You should not update the texture's data while the camera is rendering, ...
This document describes the main principles of the RTHandle (RTHandle) system. The RTHandle system is an abstraction on top of Unity's RenderTexture API. It makes it trivial to reuse render textures ...