Open artideas opened 3 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
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.