Search Unity

Editor started hanging up and crashing on my current project

Discussion in 'Editor & General Support' started by dennik, Nov 13, 2020.

  1. dennik

    dennik

    Joined:
    Nov 23, 2011
    Posts:
    101
    I'm developing a game in Unity 19.4.13f1.
    For some reason the editor started crashing after I load the project.
    It just gets stuck before I can click on anything, and it crashes. Unknown error.
    I don't know what started it, but It could be after I deleted a 3rd party asset folder.
    Is there any way I can fix this? I've already uninstalled and re installed Unity and hub. The problem remains.
     
  2. DiegoDePalacio

    DiegoDePalacio

    Unity Technologies

    Joined:
    Oct 28, 2009
    Posts:
    507
    Hi @dennik,

    Have you already tried to delete the
    Library
    and
    Temp
    folders before opening the project?

    Are you using some kind of source control system?
    In such a case you can try to revert the changes to the state that your project was before deleting such 3rd party asset folder.

    Finally, you can also check the Editor logs to see if you can find some useful information there.

    You can find more information about such logs and where are located here: https://docs.unity3d.com/Manual/LogFiles.html


    Good luck with it!
     
  3. dennik

    dennik

    Joined:
    Nov 23, 2011
    Posts:
    101
    There wasn't any log information related to the crash.
    But after I deleted both the library and temp folders it stopped crashing. Thanks for the help
     
    DiegoDePalacio likes this.