Show Camera Outport? (Like FNAF Cameras)

Hello!

I am making a game called Mentally, Distopiated and it is not a FNAF clones as you would probably assume. I need help on creating 6 cameras with 6 rooms and a different person inside each room.

Could anyone help me code the cameras into the game?

Thanks!

Your not telling a lot. How do you want these cameras to work, all 6 on the screen at the same time? swap between them?

Hi!

Sorry my mistake, I was meaning that there are 6 cameras on 6 screens, the player is facing the screens I will show the prototype picture.

http://imgur.com/CKCk0zV

So, each of those blocks has a texture from a camera?

checkout Camera.targetTexture:

and RenderTexture. (there is a link to that on the previous link)

You render a camera to a texture then apply that texture to an object.

Hi!

Yes, each of those boxes (Or TVs) have a camera outport.
Thanks!