1⃣

1. Deploy your Launcher

Build and Deploy your Launcher file
This tutorial assumes you correctly installed the Game Launcher in your server.
If you don't have done this, please go here: Installation
This tutorial requires
Open GameLauncher.sln in Visual Studio
Open your Unity Project

Video

Creating launcher patch

Documentation

The steps are the same for creating an initial version or 1.0.0 to 1.0.1 version!
These steps are the same for creating a version for your App!
This tutorial assumes you correctly installed the Game Launcher in your server.
If you don't have done this, please go here: Installation

Building the Launcher

  1. 1.
    In Visual Studio Navigation Menu, go to Build -> Publish
Make sure GameLauncher is selected in Solution Explorer
2. In the opened window, press Publish
If you want to see detailed content about this Visual Studio Build Profile
3. After the build compiled, press in Target location -> bin\Release\Publish to open the folder
Now you have your Launcher file!
You only need the GameLauncher.exe file. The pdb file is not required.
Use this to create your launcher version!
Next step: