Search Unity

Which Unity version on earth should I use?

Discussion in 'FPS.Sample Game' started by DHZhang, Aug 26, 2020.

  1. DHZhang

    DHZhang

    Joined:
    Oct 22, 2018
    Posts:
    3
    Hi there,

    I installed 2018.3.8 for this project, and modified the two lines according to this post. After that, I could open the project, but NativeQueue<> is undefined, which should be included in the package "unity.collections". However, it seems that 2018.3.8 doesn't have this package when I searched for it both in package manager and Unity Manual. I switched to the latest version of Unity 2018.X, which is 2018.4.26 right now, the project can't load again. So which version on earth should I use for this project??

    Best,
    zdh
     
  2. olavodesenvolvedordejogo

    olavodesenvolvedordejogo

    Joined:
    Jun 22, 2019
    Posts:
    10
    i don't really have a clue on how to get the 2018.3.8f1 version of fps sample working, so i suggest you check out at a head released before march 2019
     
  3. DHZhang

    DHZhang

    Joined:
    Oct 22, 2018
    Posts:
    3
    Thanks for your response! Sorry that I didn't update here. Actually I have had it work well on 2018.3.8f1. I think the initial failure is because I opened the project once and then modify the json file after that. If I opened it for the first time and follow the instruction, then everything looks good.