Extra Screen

Hi, can someone show me a good resource for adding a second screen to a unity game. I want to make a small screen in the corner that shows a minimap.

Use two cameras, controlling the size and position using the normalized viewport rect.

–Eric

Thanks