> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFab Services for Linux

> Compare PlayFab Services SDK options for Linux game development: C/C++, Unreal, Unity, and Legacy C++ with quickstart links and guidance.

# PlayFab Services SDKs for Linux

The following SDKs are available for game client development on Linux. The right SDK depends mostly on your choice of game engine.

| PlayFab SDK | Description                                                                                                                                                                       | Learn More                                                                       |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| C/C++       | Newest SDK featuring a portable C interface and granting full control of memory and threading to the game developer. Intended for integration into high performance game engines. | [C/C++ Linux Quickstart](/services/playfab/sdks/c/quickstart-linux)              |
| Unreal      | An Unreal Engine marketplace plugin designed for use with either C++ or blueprint.                                                                                                | [Unreal SDK Overview](/services/playfab/sdks/unreal)                             |
| Unity       | Both an editor extension and stand-alone SDK for Unity3d                                                                                                                          | [Unity SDK Overview](/services/playfab/sdks/unity3d)                             |
| Legacy C++  | Our older cross-platform C++ SDK supports a simple REST-like interface with PlayFab across multiple platforms.                                                                    | [XplatCpp Linux Quickstart](/services/playfab/sdks/playfab-cpp/quickstart-linux) |


## Related topics

- [Deploy Linux Unreal Server to MPS Cloud](/services/playfab/multiplayer/servers/server-sdks/unreal-gsdk/setting-up-a-linux-dedicated-server-on-playfab.md)
- [PlayFab supported platforms](/services/playfab/sdks/platforms/index.md)
- [Basics of a PlayFab game server](/services/playfab/multiplayer/servers/basics-of-a-playfab-game-server.md)
- [PlayFab Services SDK](/services/playfab/sdks/c/index.md)
- [PlayFab Party Release Notes](/services/playfab/multiplayer/networking/release-notes.md)
