Search Unity

Bug Failed to create new project (unity 2021.3.16f1)

Discussion in 'Editor & General Support' started by Foxi135, Jan 22, 2023.

  1. Foxi135

    Foxi135

    Joined:
    Aug 7, 2021
    Posts:
    2
    Hello, I'm trying to create a new project in Unity, but it doesn't create any files.
    Any ideas on how to fix this?

    I attached a file with (i think) important logs.
     

    Attached Files:

    • log.txt
      File size:
      3.3 KB
      Views:
      75
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,744
    You can just make a folder, add an Assets and a ProjectSettings subfolder and tell Unity to open that.

    Extra unwanted packages in new projects (collab, testing, rider and other junk):

    https://forum.unity.com/threads/temp-unityengine-testrunner-dll-error.1133938/#post-7287748

    About the fastest way I have found to make a project and avoid all this noise is to create the project, then as soon as you see the files appear, FORCE-STOP (hard-kill) Unity (with the Activity Manager or Task Manager), then go hand-edit the Packages/manifest.json file as outlined in the above post, then reopen Unity.

    Sometimes the package system gets borked from all this unnecessary churn and requires the package cache to be cleared:

    https://stackoverflow.com/questions/53145919/unity3d-package-cache-errors/69779122
     
  3. Foxi135

    Foxi135

    Joined:
    Aug 7, 2021
    Posts:
    2
    i tried to run Unity manually, it's missing MSVCP and MSVCR dll files, can i fix this without reinstalling whole Unity editor? it took hours..