Unity Bug | No valid user created or default window found

The “No valid user created or default window found” error in Unity typically arises from issues related to corrupted or missing files in the Unity layout folder. This can be caused by improper shutdowns, system crashes, or recent updates.

“Revert Factory Settings” option does nothing to resolve this error so if you’re getting this error, chances are you won’t be able to open your project at all.


To resolve this error, you can delete the Project\Library\ArtifactDB file. Here’s a detailed step-by-step guide:

  1. Close Unity: Ensure that Unity is completely closed before proceeding with any changes.
  2. Navigate to the Library Folder: Open your project folder and navigate to the Library directory.
  3. Delete the ArtifactDB File: Locate the ArtifactDB file within the Library folder and delete it.
  4. Reopen Unity: Launch Unity again and open your project. Unity will rebuild the necessary files, potentially resolving the issue.

In some cases, you might also consider the following steps:

  • Delete the Entire Library Folder: If the above method does not work, try deleting the entire Library folder. Unity will recreate this folder when you reopen the project, though this process might take some time.

Leave a Reply

Your email address will not be published. Required fields are marked *