Crossplay Integration Kit
AdditionalSetup

Discord SDK Setup

Download and setup the Discord Game SDK for Discord Rich Presence and authentication

Discord SDK Setup

The Discord Game SDK is required for Discord Rich Presence and Discord authentication features.

Download

  1. Visit the Discord Developer Portal
  2. Download the Discord Game SDK
  3. Extract the downloaded archive

Installation

  1. Navigate to your plugin folder:

    Plugins/UltimateCrossplayIntegrationKit/Source/DiscordGame/
  2. Copy the Discord C++ SDK files into this folder:

    • discord_game_sdk.h
    • discord_game_sdk.dll (Windows)
    • discord_game_sdk.dylib (macOS)
    • discord_game_sdk.so (Linux)
  3. Regenerate your project files

Configuration

  1. Create a Discord Application at Discord Developer Portal
  2. Copy your Application ID
  3. In your project settings, configure the Discord Application ID

Verification

After setup, you should see Discord features working in your game:

  • Rich Presence showing game status
  • Discord authentication login option

On this page