Game Launcher - Documentation
  • Documentation
  • Changelog
  • 🎛️Features comparison
  • Getting-started
    • ❓How it works
    • 🌀Introduction
    • 👉Installation
      • [TIP] Make your host files visible
  • Game Launcher
    • ☁️Cloud Management
    • ⬜Patch Manager App
      • CLI Commands
    • ✳️Enterprise Edition | Multi-games
      • How it works
      • Adding games
  • 🖼️Launcher Integrations
    • 🌌Flat Window Template
      • Deploy for MacOS
        • Create a self-signed certificate
      • 📽️Set a background video
    • 🙎Login & Register Integration
    • 📩Notifications Integration
    • 👾Crypto & NFT Game Launcher
  • 📃Creating Launcher Version
    • 1️⃣1. Deploy your Launcher
    • 2️⃣2. Move your Launcher
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
    • 🥳Testing and Deploying to your users
  • 📔Creating App Version
    • 1️⃣1 & 2. Build your App
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
  • ❕How to show News and Alerts
    • 📰Show your News or Changelog
    • ⚠️Show an Alert
  • Publishing Essentials
    • Hosting
    • App Signing
  • Utilities
    • Launch Arguments
  • 🎨Customization
    • 🆒Set your own Logo
    • 🖼️Set your own Background color
    • 🪟Change Window Transparency
    • 🔤Change Launcher Executable Name
    • 🌀Set an Application Icon
    • 🅰️Customize News Fonts
    • 🌌Set a Splash Screen
  • ⚒️Extending the Launcher
    • 🇺🇸Adding a new language
    • ↪️Using other UI Template
  • 💵Make money with us
    • Creating your template and selling it
Powered by GitBook
On this page
  1. Extending the Launcher

Using other UI Template

Use your Launcher with another UI

PreviousAdding a new languageNextCreating your template and selling it

Last updated 1 month ago

This tutorial requires Visual Studio 2022 with the components installed Installation

Requires to open Unity

Using other UI Template

You can skip this tutorial by joining the Github repository.

The FlatWindow Template is already setup in the Github repository.

This is only required if you bought the Basic Version of Game Launcher or you opened the Unity Package from the Asset Store.

Skip this tutorial if you own the PRO Version or if you are using the Github repository.

  1. Import the new UI Template package to Unity

  2. Extract your new template in a new folder

  1. In the extracted folder, navigate to Core folder and open GameLauncher.sln

  1. Here you need to move GameLauncherCore.dll to the Core folder of this new template

4.1. Import the package Game Launcher from the store and locate the GameLauncher.zip file under Assets/Plugins/Game Launcher/Installation

4.2 Extract it outside the unity project and Copy the file GameLauncherCore.dll under GameLauncher/Core folder

4.3. In Visual Studio, right click on the Solution -> Open Folder in file explorer and Paste the file here

4.4. Add the library as reference. Right Click in the GameLauncher project -> Add -> Project Reference -> Browse ->

Search for the previously copied GameLauncherCore.dll file (You need to locate the current project again) -> OK

  1. In the Solution Explorer, right click on Solution (GameLauncher) -> Rebuild Solution

Open the MainWindow.xaml in the GameLauncher project and see your new template UI!

You now can run it to test it!

And that's all! Now setup the Launcher as usually

⚒️
↪️
#setup-your-launcher-depending-your-host
Game Launcher Flat Window Template folder
Paste GameLauncherCore in the main folder of the Template