Camera Per Player?

Options
How can I make it so there is a camera per player? I know how to make it for a third person game but I am making a first-person game and don't know how to make it work.
The difficult part for me is that there are two cameras attached to the player prefab. One for holding the items and one for simply seeing everything else. I am guessing to make it work, you need to already have the cameras on the scene. I don't know how to position them correctly and making the player rotate with the camera. I'm also using PlayMaker.

(I have the cameras working perfectly on the player prefab itself. Although to make it work with multiplayer, I am assuming that you need the cameras already on the scene, which I only know how to make that work with a third person game.)

Comments