Is there a way to make a game start from the camera’s view when i push “P”? I’ve tried putting the view into camera view and then pressing P, but it doesn’t use the camera’s actual view. It just starts from behind the camera.
I’m trying to set the camera as the players view of my playable area. I’d like the camera’s renderable view to be the player’s point of view when i press P.
Also is there a way to make the game engine go full screen upon pressing P?