Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.29k stars 298 forks source link

Not able to see any Google play asset delivery API call , does this not require that #60

Open artideas opened 2 years ago

artideas commented 2 years ago

I am not able to see any Play asset delivery API referenced , does this not require those API, How to download asset packs on demand kindly let me know.

kirstenpilla commented 2 years ago

Hi @artideas the sample project uses Unity's Play Asset Delivery API. To download asset packs on demand please see the latter part of the "Managing asset packs at runtime" section of the manual page: https://docs.unity3d.com/Manual/play-asset-delivery.html

The area where asset pack downloading occurs in the sample project is here: https://github.com/Unity-Technologies/Addressables-Sample/blob/master/Advanced/Play%20Asset%20Delivery/Assets/PlayAssetDelivery/Runtime/PlayAssetDeliveryAssetBundleProvider.cs