Work with Rental Assets In-Game
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
private int assetInstanceID = 86;
LootLockerSDKManager.ActivateRentalAsset(assetInstanceID, (response) =>
{
if (response.success)
{
Debug.Log("Successfully activated rental asset");
}
else
{
Debug.Log("Error activating rental asset");
}
});