2 simultaneos cameras

Hi,

I need to build a GUI that contains a camera of the 3D model.
I need the GUI to be present during the whole game, and a non-centered window that allows the user to navigate the model as a 3D model.

Any idea how to build that? I have NGUI package.
Thank you!

You can add another camera and then control its position on the screen by changing the normalized view port rect values. You then can for example drag the camera away from the things in the scene and can there instantiate the models.

I hope this helps you.