Version: Unity 6.7 Alpha (6000.7)
Language : English
Render a camera view to a Render Texture
Introduction to Custom Render Textures

Drawing to textures with shaders via Custom Render Textures

Resources for creating complex effects by rendering a texture with a shader.

Page Description
Create a Custom Render Texture Assign a compatible material to a Custom Render Texture, and chain Custom Render Textures to generate a simulation with multiple steps.
Introduction to Custom Render Textures Learn about rendering a Render Texture via a shader, for example to create complex simulations like caustics, rain effects, and liquid splatters.
Write a shader for a Custom Render Texture Update a Custom Render Texture manually via a specialized Custom Render Texture shader.
Control when a Custom Render Texture updates Learn about using Update Zones, scripts, and Double Buffered Custom Textures to control when Unity updates a Custom Render Texture.

Additional resources

Render a camera view to a Render Texture
Introduction to Custom Render Textures