how do i get my camera view back to the default
1 Answer
1When you create a new scene, the Main Camera is located at (0, 1, -10), with no rotation and a uniform scale of 1.
If you somehow wanted to reset the scene camera, the only way I can think of from the top of my head would be to reset the window layout. It is a button right next to “Layers” where you can select your layout presets. This will rearrange your layout to some factory standards and also reset the scene camera, but I doubt this is what you asked for.
If you are lost and can’t find your objects in scene view, just select one of the objects in Hierarchy, hover the mouse over Scene view and press F, and the camera will go to that object.
If you are talking about it's position and rotation when you create a new scene, enter the following values in the inspector: Position: (0, 1, 0) Rotation (0, 0, 0)
– robertbuToo broad be more specific
– Benproductions1It is a bit unclear what you mean. Also what has the tag to do with your question about getting the view back to default?
– Statement