I am trying to make a game, where you switch between 2D and 3D, But if I put the Camera at a 90 degree angle like this: But you can some parts of the ground, how do I make it look completely 2D
Try setting the camera mode from perspective to orthographic and then it should look completely flat.
perspective
orthographic
Now I get this, even if I make the camera further out:
You have to mess with one of those numbers on the right to move it in and out.
I think it's the size property.
Thanks, now it works.