Sheldon Petry
Sheldon Petry

Reputation: 43

Unity Project not loading up

A couple of hours ago I turned off my computer and I just recently came back to work on my project and this has been stuck on my screen for hours

enter image description here

I tried restarting my computer that didn't work and I tried to reopen the project like 10 times and it just stays stuck on ("Initialize Asset Database")

Upvotes: 2

Views: 6947

Answers (2)

JM Park
JM Park

Reputation: 9

This also happens if the file name is wrong. I made the mistake of putting the "\" character in the png file name. After renaming the file, the project loaded normally.

Upvotes: 1

Somewhat32
Somewhat32

Reputation: 58

A Solution

  1. Do a backup of your Projects (use Google Drive, Dropbox or Localstorage)
  2. Deinstall the complete Unity Hub with the version
  3. Install the Unity Hub including your favorite version

Upvotes: 2

Related Questions