Search Unity

Cannot load files in Unity FPS Sample

Discussion in 'FPS.Sample Game' started by UltimateGold, Nov 4, 2018.

  1. UltimateGold

    UltimateGold

    Joined:
    Apr 11, 2017
    Posts:
    3
    When I load the sample project, it writes out 999+ errors(Failed to load...) Please help me, whats the problem?
     

    Attached Files:

  2. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    You're running Unity 2018.3.0b2, but the FPS Sample project needs Unity 2018.3.0b6 (as written in the dedicated blog post and on GitHub).

    Get b6 from here (it's under the "Archive" tab): https://unity3d.com/unity/beta/2018.3 (or click here)
     
    Last edited: Nov 4, 2018
  3. superpig

    superpig

    Drink more water! Unity Technologies

    Joined:
    Jan 16, 2011
    Posts:
    4,659
    The version of Unity you're using (2018.3 beta 2) is too old. Please read the instructions on the Github page.
     
  4. JohnVaragoulis

    JohnVaragoulis

    Joined:
    Aug 13, 2017
    Posts:
    1
    i have the same problem and i run unity 2018.3.0b6
     
  5. superpig

    superpig

    Drink more water! Unity Technologies

    Joined:
    Jan 16, 2011
    Posts:
    4,659
    The required Unity version has been updated since this thread was created, and 2018.3.0b6 is now too old. Please see the readme on the front page of the Github repository for the current minimum required version.
     
  6. JackieMay

    JackieMay

    Joined:
    Nov 14, 2013
    Posts:
    7
    just a side note. you MUST use a git client to CLONE the project because it uses LFS. I fought with this error for 2 hours before reading the docs deeper to find that if you do the download az zip file it will NOT work. the zip file extracted is about 600mb vs the 18 GIGAbytes of the project. hope this helps anyone else
     
  7. oliverdiamant1

    oliverdiamant1

    Joined:
    May 18, 2020
    Posts:
    10
    if im clone with github on pc i dont have some packetges
     
  8. karstenv

    karstenv

    Joined:
    Jan 12, 2014
    Posts:
    81
    You cant use clone as the files are too big and you need to use Large File Storage (LFS) in order to get all the files you need.
     
  9. oliverdiamant1

    oliverdiamant1

    Joined:
    May 18, 2020
    Posts:
    10