update assets to 1.03

This commit is contained in:
2025-08-04 16:04:54 +08:00
parent f14db75802
commit 0ac6d9882e
23 changed files with 499 additions and 1034 deletions

View File

@ -53,9 +53,9 @@ namespace WordsToolkit.Scripts.Services.IAP
public void UnsubscribeFromPurchaseEvent(Action<string> purchaseHandler)
{
#if UNITY_PURCHASING
#if UNITY_PURCHASING
IAPController.OnSuccessfulPurchase -= purchaseHandler;
#endif
#endif
}
public void BuyProduct(string productId)