I am making a game with single player and local, keyboard multiplayer. The single player has a view port size of 854 x 480. The problem is that I want the single player to be that size but the multiplayer to cover the full layout as there are two controlled characters.
Is there a way that I can change the view port size with code or make it split screen?
Thanks.