Documentation Index
Fetch the complete documentation index at: https://docs.dc.cryptoslate.app/llms.txt
Use this file to discover all available pages before exploring further.
Game Engine and Language
The Discord Social SDK supports the following game engines and language environments:| Integration | Supported Version |
|---|---|
| Standalone C++ | C++20+ |
| Unity | 2021.3+ |
| Unreal Engine | 5.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:| Platform | Supported Versions | Support Level | Standalone C++ | Unreal Engine | Unity |
|---|---|---|---|---|---|
| Desktop | |||||
| Windows (x64) | 10+ | Generally Available | ✅ | ✅ | ✅ |
| Windows (ARM64) | 11+ | Generally Available | ✅ | ❌ | ❌ |
| macOS (x64) | 10.5+ | Generally Available | ✅ | ❌ | ✅ |
| macOS (ARM64) | 11+ | Generally Available | ✅ | ❌ | ✅ |
| Linux | *glibc 2.31+ | Experimental | ✅ | ✅ | ✅ |
| Mobile | |||||
| Android | 7.0+ | Generally Available | ✅ | ✅ | ✅ |
| iOS | 15.1+ | Generally Available | ✅ | ✅ | ✅ |
| Console | |||||
| Xbox One | GDK 250400-260400 | Experimental | ✅ | ✅ | ❌ |
| Xbox Series X|S | GDK 250400-260400 | Generally Available | ✅ | ✅ | ✅ |
| PlayStation 4 | OS 11.500-12.500 | Experimental | ✅ | ✅ | ❌ |
| PlayStation 5 | OS 11.000-13.000 | Generally 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.
Each Social SDK release supports roughly the last 18 months of Xbox and PlayStation OS SDK versions.
See Console OS SDK Support for how the window rolls forward at each release.
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.
Next Steps
Configure authentication, explore features, and review our release cadence:Release Cadence & Support
Release cadence, supported version window, and end-of-life process.
Core Features
Explore social features like account linking, friends, and rich presence.
Getting Started
Platform-specific setup instructions and download links.
Change Log
| Date | Changes |
|---|---|
| May 26, 2026 | added console minimum versions; linked to Release Cadence & Support |
| May 20, 2026 | Added Game Engine and Language section. |
| July 21, 2025 | initial release |