Resources for updating textures at runtime via Render Textures.
| Page | Description |
|---|---|
| Create a Render Texture | Create a Render Texture so you can use it as the material on a GameObject. |
| 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. |