Work with Player Inventory
Retrieve Inventory in Game
LootLockerSDKManager.GetInventory((response) =>
{
if (response.success)
{
Debug.Log("Successfully retrieved player inventory: " + response.inventory.Length);
} else
{
Debug.Log("Error getting player inventory");
}
});Gift an Asset


Refund an Order

Last updated
Was this helpful?

