From eb92ebda6d19711ac50eb0143a2f199c0de72d65 Mon Sep 17 00:00:00 2001 From: Fawad Ahmad Date: Sun, 22 Oct 2023 17:58:11 +0500 Subject: [PATCH] Add PlayFab --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc3b25..57c4159 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,9 @@ Navigation: * [UNet Authoritative Networking](https://github.com/atrakeur/unity-unet-authoritative-networking) - authoritative networking implementation. * [MLAPI](https://github.com/MidLevel/MLAPI) An alternative to Unity's UNET high level API, allows for separate server/client projects and more. * [Barebones Master Server](https://github.com/alvyxaz/barebones-masterserver) - Host your own custom master server setup, avoid CCU fees. -* [Fish-Net](https://github.com/FirstGearGames/FishNet) - free networking solution built from ground up with synchronization of states and logic +* [Fish-Net](https://github.com/FirstGearGames/FishNet) - free networking solution built from ground up with synchronization of states and logic +* [PlayFab](https://github.com/PlayFab) - PlayFab is a backend-as-a-service for games. Provides SDK's too. + ## VR * [SteamVR](https://github.com/ValveSoftware/steamvr_unity_plugin) - VR SDK.