Unity is missing a fullscreen camera
I can't test my game because it's missing a fullscreen camera, but I don't think it is. I have one, but it's a child of the player object so it will follow you around. It was working just fine up until yesterday, and I didn't change anything. I have it set to X: 0, Y: 0, H: 1, and W: 1.
I tried adding a new camera that wasn't a child of the player, and it worked but of course it didn't follow my player anymore, so I made it a child and it stopped working.
Does anyone have any advice?
Your answer

Follow this Question
Related Questions
How to I move a game object (e.g. camera) to the position I am looking from in scene view? 1 Answer
Checking if canvas world space is visible in CenterEyeAnchor? 0 Answers
camera falling down when following player!! 1 Answer
Rendering 2 different images in HMD for left and right eye using StreamVR 0 Answers
First Person Controller Creation and destruction on runtime 1 Answer