Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

New release on github

Discussion in 'FPS.Sample Game' started by petera_unity, Dec 3, 2018.

  1. petera_unity

    petera_unity

    Unity Technologies

    Joined:
    May 23, 2016
    Posts:
    41
    Today we pushed a new version to our github repo. You can read about the changes in the changelog (https://github.com/Unity-Technologies/FPSSample/blob/master/CHANGELOG.md). But a few highlights are worth mentioning:

    We have moved to Unity2018.3b12. You need to upgrade to this version as we rely on a few bugfixes that came in there. You should get a little speedup - the difference that some of you noticed between our ready made builds and what you could build yourself initially should be gone.

    This version contains a lot under-the-hood work so you may not see so many new things just from opening the project. But we want to try and get in the habit of pushing out versions with a decent frequency. And speaking of that, there might be a few silly things we missed so if we broke something speak up and we will try and get a patch release out.

    As you will be able to see, one of the things we have done is to start removing need for local modifications to packages. For example, we are very close to not needing any changes in HDRP anymore as we use the Shader Graph to do the FPS weapon FOV correction that was discussed in some threads a little while back.

    Enjoy,

    sample game team
     
  2. AggressiveMastery

    AggressiveMastery

    Joined:
    Nov 19, 2018
    Posts:
    206
    If you happen to need to download Unity 2018.3.0 B12 like FPS Sample 2.0 requires, you can no longer select it from the unity-hub v1.3.2 due to 2019's release...

    But this link will allow you to download Unity 2018.3.0 B12 :
    https://unity3d.com/unity/beta/2018.3.0b12
     
    Last edited: Dec 14, 2018
  3. carlself

    carlself

    Joined:
    Feb 5, 2016
    Posts:
    13
    Glad to see new release, you guys are doing great job.
     
  4. wheatgrinder

    wheatgrinder

    Joined:
    Mar 20, 2015
    Posts:
    21
    Just FYI if someone is just starting out. gitlab clone resulted in about 38GB disk space used. Took a while even on 250 mbs.
     
  5. AggressiveMastery

    AggressiveMastery

    Joined:
    Nov 19, 2018
    Posts:
    206
    I believe the GIT directory in your PC's folder can be deleted after you do the download, as its just needed for GIT to Clone.

    Cheers
     
  6. wheatgrinder

    wheatgrinder

    Joined:
    Mar 20, 2015
    Posts:
    21
    I forked then cloned. I plan on using github for my changes.
     
  7. AggressiveMastery

    AggressiveMastery

    Joined:
    Nov 19, 2018
    Posts:
    206
    If you happen to need Unity 208.3.0 B12 like FPS Sample requires, you can no longer select it from the unityhub due to 2019's release...

    But this link will allow you to download the older version:
    https://unity3d.com/unity/beta/2018.3.0b12
     
  8. optimise

    optimise

    Joined:
    Jan 22, 2014
    Posts:
    2,113
    Hi @petera_unity, will it work correctly at Unity 2018.3.0f2 stable release or I still need Unity 2018.3.0 B12?
     
  9. uni7y

    uni7y

    Joined:
    Jul 23, 2012
    Posts:
    287
    @optimise 2018.3.0f2 will work perfect, I run it myself...
     
    optimise likes this.
  10. Flindt

    Flindt

    Joined:
    Dec 28, 2016
    Posts:
    78
    when i use this i get a nice view in game view - but the scene view is white/way overlit. Im not sure how to solve it and what is the issue? i tried toggle game view tracking - but scene view is still completely bright/white..
    Im running on Unity2018.3b12 and GitHub and the master git..
     
  11. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
    @petera_unity could you rename this thread to "0.2.0 release on github" etc? People keep bumping this up all the time and it's not really obvious at first glance that there really isn't (yet another) new release available :) Or alternatively have a separate announcement thread that's locked from regular users like some other preview techs do here, example:
    https://forum.unity.com/threads/release-announcements-and-notes.543537/
     
    Last edited: Dec 26, 2018
  12. Zenity

    Zenity

    Joined:
    Dec 19, 2013
    Posts:
    12
    I get this effect when the hierarchy is filtered (e.g. to select the camera), could this be it or related to it? It sounds like what you are describing, the scene view is white and extremely bright. Clearing the filter brings it back to normal.
     
  13. Que

    Que

    Joined:
    Mar 14, 2014
    Posts:
    135
    Excellent project to dive in to FPS Multiplaying game. Thank you Unity3D for making it as open source so we can use it to expand our knowledge building games.

    Happy New Year.
     
    Zenity likes this.