Draw Camera On GUI?

Hello,

I’m working on a MiniMap system. How would I draw a camera to my OnGUI function?

I’ve tried using DrawTexture … but that only allows textures, and, of course the camera isn’t a texture.

Any ideas?

Thanks

Usually this is done with a RenderTexture found in Pro