December 2022
Beginner to intermediate
394 pages
5h 42m
English
PlayFab introduced CloudScript to implement server-side logic, which provides endless opportunities to customize your game’s backend. The CloudScript code runs on PlayFab-managed servers and has access to the PlayFab API.
PlayFab recently deprecated JavaScript-based CloudScript and introduced Azure Functions as the preferred way for implementing custom game backend logic. This provides both the easy API access of PlayFab and the powerful features of the Azure cloud.
This chapter shows you how to implement custom game ...