How do I reset to the default Camera setting?

旧时模样 提交于 2019-12-11 11:05:38

问题


When you first run Unity, it has that scene where an Area Light is acting like a sun, and the camera is a nice shade that allows you to clearly see around you.

I accidentally changed my settings on my Main Camera, and it has stayed there, and is a solid color of blue. How do I get the original camera settings back?


回答1:


Just click that little gear and reset it:




回答2:


Delete your main camera. Make a new camera. Drag it back into the hierarchy. Rename it to the name of your original camera. That should, in theory, give you all of the default settings if I remember correctly.




回答3:


What you're looking for is called a Skybox. Here's how to get it back

  1. Select the Main Camera GameObject. Under the Clear Flags setting, select Skybox
  2. Open the Lighting tab by going to Window -> Lighting
  3. Under the Environment Lighting settings, change your Skybox to Default-Skybox
  4. Profit.

    Pictures below




回答4:


just set the scale in Main Camera for z-axis to -10 as it is set to 0 which renders camera preview with blue screen. A screenshot is provided so i hope it may help you. just change your settings as depicted in the screenshot



来源:https://stackoverflow.com/questions/35237962/how-do-i-reset-to-the-default-camera-setting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!