Skip to content

Instantly share code, notes, and snippets.

@sethdu0525
sethdu0525 / gist:7f56aca2f680384b81aa6bdbeab725ab
Created July 12, 2021 02:17
Sample Response of GetCharacterInventory
{
"code": 200,
"status": "OK",
"data": {
"CharacterId": "3D8620DCD494E693",
"Inventory": [
{
"ItemId": "common2",
"ItemInstanceId": "DD9225F1B6FF5383",
"PurchaseDate": "2021-07-12T02:14:32.22Z",
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using PlayFab;
public class test : MonoBehaviour
{
// Start is called before the first frame update
List<string> ids ;
bool flag = false;