Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How can I reset "project settings" to initial settings in Unity?

Discussion in 'Getting Started' started by oguzkaancomoglu, Dec 27, 2021.

  1. oguzkaancomoglu

    oguzkaancomoglu

    Joined:
    Aug 18, 2021
    Posts:
    50
    I unknowingly changed it to the project settings and I keep getting errors like camera, GUI. Some errors come when I move the camera, the errors stop when the camera stops. I can't see the menus anymore(if I get True Dynamic Clipping in scene kamera ). How I can restore the "project setting" settings as when I first started?
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,875
    * Close Unity
    * Delete <unityproject>\ProjectSettings\ProjectSettings.asset
    * Reopen your project.

    You should put your project under version control (for ex., github) to track your changes.