Search Unity

Unity crashes on loading 2019.3.11

Discussion in 'Editor & General Support' started by RandomCharacters, Apr 27, 2020.

  1. RandomCharacters

    RandomCharacters

    Joined:
    Nov 29, 2012
    Posts:
    262
    .
     
    Last edited: May 21, 2020
  2. DiegoDePalacio

    DiegoDePalacio

    Unity Technologies

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

    What you can do in order to have more information about what is happening is to check the Editor log in order to find out what was the error message that you had just before the crash.

    You can find more information about the location of such log here: https://docs.unity3d.com/Manual/LogFiles.html


    Good luck with it!
     
  3. DiegoDePalacio

    DiegoDePalacio

    Unity Technologies

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

    What you can do is to open the file "../Packages/manifest.json" using a text editor and remove the packages that you don't want.


    I hope it helps!