1⃣
1. Deploy your Launcher
Build and Deploy your Launcher file
This tutorial assumes you correctly installed the Game Launcher in your server.
This tutorial requires
Open GameLauncher.sln in Visual Studio
Open your Unity Project
Creating launcher patch
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.
- 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:
Last modified 1mo ago