Search Unity

Error appears before lauching FPS sample

Discussion in 'FPS.Sample Game' started by asrielpolice, Apr 13, 2020.

  1. asrielpolice

    asrielpolice

    Joined:
    Apr 13, 2020
    Posts:
    1
    I've cloned the project off of github, and I'm launching it with Unity 2018.4.21f1

    When I launch the project, I get this pop-up

    Unity Package Manager Error 13-04-2020 07_57_27 PM.png

    When I hit continue I find that the project has 144 compiler errors, all with similar error messages

    Unity compiler error.png

    What do you suggest I do? What changes could I make to manifest.json?
     
  2. with-calm

    with-calm

    Joined:
    Jul 7, 2019
    Posts:
    3
    Hi AP,
    If you received a bunch of cannot connect to 'staging-packages.unity.com:443' errors when you first attempted to open the project (and continued past them) you'll likely need to go into the manifest.json file indicated within that error message and make manual adjustments. Not all of the necessary scripts ran during setup. These edits aren't too scary :)
    1) do the following to that manifest file in a text editor: https://github.com/Unity-Technologies/FPSSample/pull/110/files
    2) then edit the 6th line down: "com.unity.mathematics": "0.0.12-preview.21", and change it to "com.unity.mathematics": "1.0.0-preview.1",
    3) save, then "retry" to load the project. It should take a little while longer than what it took before to get to the error page.
    Good luck!
     
    Last edited: May 10, 2020
  3. Abilay

    Abilay

    Joined:
    May 17, 2020
    Posts:
    1
    It didnt help in my case

    Снимок экрана (607).png

    PLs help
     
    Last edited: May 23, 2020
  4. unity_NHb2OTOI8R9Pzw

    unity_NHb2OTOI8R9Pzw

    Joined:
    May 28, 2020
    Posts:
    1
    Works for me. Thank you!
     
  5. Cliwo

    Cliwo

    Joined:
    Oct 12, 2016
    Posts:
    12
    Works for me. You saved my day! Thank you!!