Problem launching a project.

So last night after working on a project all weekend my unity crashed, losing all my terrain but keeping the rest of the assets.

I went to sleep and then to work. Coming home I tried to launch the project. It failed…

My upm readings are:

{“level”:“info”,“message”:“Starting Server”,“timestamp”:“2019-10-07T19:19:28.757Z”}
{“level”:“info”,“message”:“Server started on port [49266]”,“timestamp”:“2019-10-07T19:19:28.761Z”}
{“level”:“info”,“message”:“Health Request received”,“timestamp”:“2019-10-07T19:19:28.969Z”}
{“level”:“error”,“message”:“[Unity Package Manager (Upm)]\nParent process [12368] was terminated”,“timestamp”:“2019-10-07T19:20:04.815Z”}

It seems to launch to the end of the download here in this image then stops: 5039918--494252--upload_2019-10-7_20-23-30.png

Does anyone know the solution? What other information do you need? Thanks!

I found the solution! I’ll share it with you just in case someone else runs into the problem.

If you check C:\Users\Emmet\AppData\Local\Unity\Editor and then continue to the upm file it will give you an error list.

The one that seemed to be the problem was {“level”:“error”,“message”:“[Unity Package Manager (Upm)]\nParent process [12368] was terminated”,“timestamp”:“2019-10-07T19:20:04.815Z”}.

I made a copy of the project and removed the packages folder and it all worked well!