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
- Visit the Discord Developer Portal
- Download the Discord Game SDK
- Extract the downloaded archive
Installation
-
Navigate to your plugin folder:
Plugins/UltimateCrossplayIntegrationKit/Source/DiscordGame/ -
Copy the Discord C++ SDK files into this folder:
discord_game_sdk.hdiscord_game_sdk.dll(Windows)discord_game_sdk.dylib(macOS)discord_game_sdk.so(Linux)
-
Regenerate your project files
Configuration
- Create a Discord Application at Discord Developer Portal
- Copy your Application ID
- 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