Skip to content

Commit c1e7a4c

Browse files
committed
Add Game Engine and Language section to Platform Compatibility
Documents minimum supported versions for Standalone C++ (C++20), Unity (2021.3), and Unreal Engine (5.5), with callouts for the PS4/PS5 C++17 carve-out and the pre-1.9 C++17 minimum. Removes the duplicate PS callout from the C++ getting-started guide now that it lives in the shared Platform Compatibility page.
1 parent 29412ec commit c1e7a4c

2 files changed

Lines changed: 33 additions & 11 deletions

File tree

developers/discord-social-sdk/core-concepts/platform-compatibility.mdx

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ import SonyCallout from '/snippets/discord-social-sdk/callouts/sony.mdx';
99
You can find instructions on how to download the SDK for each platform in the [Getting Started](/developers/discord-social-sdk/getting-started) guide.
1010
</Info>
1111

12+
---
13+
14+
## Game Engine and Language
15+
16+
The Discord Social SDK supports the following game engines and language environments:
17+
18+
| Integration | Minimum Supported Version |
19+
|----------------|---------------------------|
20+
| Standalone C++ | C++20 |
21+
| Unity | 2021.3 |
22+
| Unreal Engine | 5.5 |
23+
24+
<Info>
25+
**PlayStation 4 / PS5 exception:** If you're targeting PlayStation 4, or PlayStation 5 with a PS5 SDK older than
26+
13.000, the Discord Social SDK still supports C++17. All other platforms require C++20.
27+
</Info>
28+
29+
<Info>
30+
Prior to Social SDK release 1.9, C++17 is the minimum supported version.
31+
</Info>
32+
33+
---
34+
35+
## Platforms
36+
1237
The Discord Social SDK is available for the following platforms:
1338

1439
| Platform | Minimum Supported Version | Support Level | Standalone C++ | Unreal Engine | Unity |
@@ -62,6 +87,7 @@ Configure authentication, explore features, and get started with setup:
6287

6388
## Change Log
6489

65-
| Date | Changes |
66-
|---------------|-----------------|
67-
| July 21, 2025 | initial release |
90+
| Date | Changes |
91+
|---------------|-----------------------------------------|
92+
| May 20, 2026 | Added Game Engine and Language section. |
93+
| July 21, 2025 | initial release |

developers/discord-social-sdk/getting-started/using-c++.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ We are going to make a simple C++ console application for this guide. Make sure
2626
- C++ Compiler and Build System that supports [C++20](https://en.cppreference.com/w/cpp/20) or greater.
2727
- A network connection that can access Discord's API endpoints.
2828

29-
<Info>
30-
**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 (Windows, macOS, Linux, iOS, PS5 with SDK 13.000+) require C++20.
31-
</Info>
32-
3329
Let's walk through the steps in detail.
3430

3531
---
@@ -976,10 +972,10 @@ import {InboxIcon} from '/snippets/icons/InboxIcon.jsx'
976972
977973
## Change Log
978974
979-
| Date | Changes |
980-
|----------------|----------------------------------------|
981-
| May 20, 2026 | Updated required C++ standard to C++20 |
982-
| March 17, 2025 | initial release |
975+
| Date | Changes |
976+
|----------------|---------------------------------------------------------|
977+
| May 20, 2026 | Updated required C++ standard to C++20 with 1.9 release |
978+
| March 17, 2025 | initial release |
983979
984980
{/* Autogenerated Reference Links */}
985981
[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682

0 commit comments

Comments
 (0)