Search Unity

Resolved Infinite loading time when I open project settings

Discussion in 'Editor & General Support' started by nscrivanich112325, Mar 17, 2021.

  1. nscrivanich112325

    nscrivanich112325

    Joined:
    Aug 14, 2018
    Posts:
    12
    Hello, I'm using Unity version 2020.2.4f1. Whenever I try to open the Unity project settings, Unity starts to load random stuff and goes into some sort of infinite loop. I'm not able to make any changes to the project settings because of this. Below is a picture of one of the loading dialog boxes that I am getting.

    upload_2021-3-17_18-26-36.png

    Has anybody else experience this as well and have any possible solutions??

    Thanks.
     
    PlaiDev and xzippyzachx like this.
  2. nscrivanich112325

    nscrivanich112325

    Joined:
    Aug 14, 2018
    Posts:
    12
  3. xzippyzachx

    xzippyzachx

    Joined:
    Jan 26, 2015
    Posts:
    5
    I am also experiencing this issue. It happens if I open the project settings or preferences window too. I am using Unity 2020.3.0f1
     
    PlaiDev and nscrivanich112325 like this.
  4. nscrivanich112325

    nscrivanich112325

    Joined:
    Aug 14, 2018
    Posts:
    12
    ok, it's good to know that I'm not the only one experiencing this. Hopefully, this issue will get resolved.

    Are you using any external packages in your project?
     
    PlaiDev and xzippyzachx like this.
  5. xzippyzachx

    xzippyzachx

    Joined:
    Jan 26, 2015
    Posts:
    5
    Yes I am using the Firebase packages, I was using ParrelSync and uninstalled it in case it was the issue (It was not). Those are the two main packages I am using.
     
    nscrivanich112325 and PlaiDev like this.
  6. nscrivanich112325

    nscrivanich112325

    Joined:
    Aug 14, 2018
    Posts:
    12
    hhhmmm, ok. Hopefully, one of the Unity devs will find this post and have a solution for us.
     
  7. xzippyzachx

    xzippyzachx

    Joined:
    Jan 26, 2015
    Posts:
    5
    Ok I think I found a solution!

    Start by copying your [Project Location]\Packages\manifest.json file to another location to save it. Then unity will generate a new one and the infinite loop will stop. Now go to Project Settings > Toolchain Management and uncheck Install toolchain package automatically. Finally re copy your manifest.json back into your packages folder so your packages re install.

    This worked for me. It seems to be a Unity bug where it keeps re installing these toolchain packages over and over.

    Hope this works for you!
     
  8. nscrivanich112325

    nscrivanich112325

    Joined:
    Aug 14, 2018
    Posts:
    12
    Thanks bro. That worked like a charm.:):):)
     
    xzippyzachx likes this.
  9. romeara

    romeara

    Joined:
    Mar 20, 2021
    Posts:
    1
    (Unity 2020.3.0f1) I had a working project that started experiencing this issue after I installed the new Input System package (1.0.2). It resolved (after one more load) when I removed that package. Hoping this information helps track down the cause!
     
    Last edited: Apr 1, 2021
    nscrivanich112325 likes this.