Search Unity

Auto-update || Online FPS game

Discussion in 'Multiplayer' started by vovch_vl_ru, May 5, 2020.

  1. vovch_vl_ru

    vovch_vl_ru

    Joined:
    May 5, 2020
    Posts:
    2
    Hi! I want to make sure that when a new update for my online FPS game is released, users are notified that they need to update the game. How do I implement this?
     
  2. Munchy2007

    Munchy2007

    Joined:
    Jun 16, 2013
    Posts:
    1,735
    Possibly the easiest way is to release it through Steam if it's a PC game.
     
    Last edited: May 6, 2020
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You use a platform like Steam which handles this for you, you use a 3rd party app updater (I know they exist, but haven't used them, because again Steam), or you create a separate app updater application.