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. How to show News and Alerts

Show an Alert

Displaying an Alert to your users in the Launcher

PreviousShow your News or ChangelogNextHosting

Last updated 21 days ago

This tutorial requires

Open your Server Host Files

Open your Unity Project

The information displayed in the Launcher is divided the environment and the language/

Release and Beta

If you want to change an Alert of the Release Environment in en_US language, locate the file inside your Host it should be in:

.../News/Release/en_US_Release_News.txt

Modify the News Content

Open the News JSON Creator in Unity

Tools/Game Launcher/News JSON Creator

  1. Copy your actual news file content (Example: .../News/Release/en_US_Release_News.txt)

  2. Paste the content inside the Load JSON section

3. Creating an alert

Alert Type: The color of the alert.

Date: The alert date.

Message: The message to show.

Show after date?: if true, the message will be shown after the specified date.

Interaction URL: If the alert is clicked the user will be redirected to this URL.

4. Copy the Generated JSON

5. Replace the content of your actual news file

(Example: .../News/Release/en_US_Release_News.txt)

That's all!

Your alert must be showed in the topside of your Launcher!

❕
⚠️
Paste my actual news file content
Creating my alert