We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
66f70be
EventPurchaseProduct
public IapDataVariable removeAds; public void BuyRemoveAds() { removeAds.Purchase(); }
EventIsPurchaseProduct
public IapDataVariable removeAds; public void Start() { if (removeAds.IsPurchased()) { // } }
public void RestorePurchase() { IapManager.Restore(); }
CreateAsset
CreateAndGetScriptableAssetByName
GetScriptableAssetByName