Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.discord.com/llms.txt

Use this file to discover all available pages before exploring further.

You can find instructions on how to download the SDK for each platform in the Getting Started guide.

Game Engine and Language

The Discord Social SDK supports the following game engines and language environments:
IntegrationMinimum Supported Version
Standalone C++C++20
Unity2021.3
Unreal Engine5.5
PlayStation 4 / PS5 exception: If you’re targeting PlayStation 4, or PlayStation 5 with a PS5 SDK older than 13.000, the Discord Social SDK still supports C++17. All other platforms require C++20.
Prior to Social SDK release 1.9, C++17 is the minimum supported version.

Platforms

The Discord Social SDK is available for the following platforms:
PlatformMinimum Supported VersionSupport LevelStandalone C++Unreal EngineUnity
Desktop
Windows (x64)10Generally Available
Windows (ARM64)11Generally Available
macOS (x64)10.5Generally Available
macOS (ARM64)11Generally Available
Linuxglibc 2.31*Experimental
Mobile
Android7.0Generally Available
iOS15.1Generally Available
Console
Xbox OneExperimental
Xbox Series X|SGenerally Available
PlayStation 4Experimental
PlayStation 5Generally Available
* There are too many Linux distributions to test, but most distros with glibc 2.31, e.g. Ubuntu 20.04, or later should work.
To use the Discord Social SDK in your console games, you will need to request middleware approval and be an approved developer for the target console. Check out this article to learn more.
Exception: Prohibited Off-Platform Interactions by Sony
For integrations experienced on Sony Platforms (e.g. PlayStation 5)…

1. Do not allow access to Account Linking entry points.
2. Do not allow access to Linked Channels.
3. Limit messaging and Invites to other players currently playing the game.
4. Do not display off-platform presence and logos (including Discord).

Next Steps

Configure authentication, explore features, and get started with setup:

OAuth2 Scopes

Understand OAuth2 scopes and client types for authentication.

Core Features

Explore social features like account linking, friends, and rich presence.

Getting Started

Platform-specific setup instructions and download links.

Change Log

DateChanges
May 20, 2026Added Game Engine and Language section.
July 21, 2025initial release