Single Side View Camera for Local Multiplayer

Matt-The-Slayer

New member
How would I go about creating a camera that would work for 4 players playing of a single system locally?

I am trying to build a view type for the camera currently, but it seems that all other view types assume a single player connected to the cameara.
 
You should have four different camera controllers. You'll then need to use an input system such as Rewired that can handle multiple controllers. Note that this only works for a third person perspective - first person split screen support is coming to version 2.2.
 
Top