Is there a way to render the view of one camera to part of the screen, and the view of another cam to another part?
Sure, side by side, on top of the other, pretty much everything you want ! You’ll have to check the rect or pixelRect properties of the Camera Class over here : http://unity3d.com/support/documentation/ScriptReference/Camera.html
Hey thanks that works