Resources for updating textures at runtime via Render Textures and Movie Textures.
| Page | Description |
|---|---|
| Render a camera view to a Render Texture | Create a texture that displays what a camera sees, for example to create a live arena camera in your game. |
| Drawing to textures with shaders via Custom Render Textures | Resources for creating complex effects by rendering a texture with a shader. |