Scripts to extract a picture file from a render texture in Unity's (game engine) Editor.
Add the two scripts to your project. Put the ExtractRenderTextureEditor.cs script in a folder called "Editor". Then add the ExtractRenderTexture.cs script to a Camera (or an empty game object). Done.