Esempio n. 1
0
 void Start()
 {
     AssetFile.SetDownloadUpdateNotificationCallback(DownloadUpdateNotificationCallback);
     PopulateAssetList();
     FetchProductPrices();
     FetchPurchasedProducts();
     StartCoroutine(OnStartDownloadEntitled());
 }