PlayFab-Samples icon indicating copy to clipboard operation
PlayFab-Samples copied to clipboard

This repository contains Sample code, Recipes and Video Tutorials demonstrating how to integrate various PlayFab features

Results 26 PlayFab-Samples issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Changes proposed in this Pull Request: This updates the PlayFab Commerce sample for Android to use the v2 version of the Google Play Games SDK. Since the sample hadn't been...

**Describe the bug** The [PlayFabLeaderboardsUnity] The Unity Debugger messages: KeyNotFoundException in the Dictionary. What is the impact of the issue? The Highscore is not commited to the leaderboard **To Reproduce**...

Hello PlayFab Team, **Feature Request - Code Samples** As a NodeJS/ES6/TypeScript developer, I would like to see some TypeScript examples for PlayFab CloudScript Azure Functions which demonstrate the usage of...

I've tried creating a new project and following all the steps 2 times now. I get the same error. I've followed all the steps. ![image](https://user-images.githubusercontent.com/18232310/84788296-47827d00-afef-11ea-85eb-090a7c3c670c.png) Unity: 2019.3.13f1 Playfab SDK: 2.88.200615...

Changes proposed in this Pull Request: - Updated docs for PrizeWheel to reflect updated portal and JSON format

I use this example and I want to mention for that: JSON.parse(GetUserReadOnlyDataResponse.Data[CHECK_IN_TRACKER].Value) return string not object. JSON.stringify(grantedItems) also return string. After I resolve this issues all cloud script work but...