An simple example project for Unity which explains basic concepts of Play Asset Delivery and Addressable Assets.
- Load scene using Addressable Assets.
- Check for Asset pack available.
- Download Asset Pack from Play Asset Delivery.
Thank for the open source project https://github.com/jelte/be.khepri.play.assetdelivery.addressables which I use as a reference for my custom PAD_Addressable plugin.
Visit this site to get a details explaining of Play Asset Delivery and Addressable Asset.
https://killertee.wordpress.com/2021/09/04/unity-play-asset-delivery-and-addressable-assets/
If you are using this library in one of your applications and would like to thank me:
or via PayPal
https://www.paypal.com/paypalme/kampertee
- Clone this project and open it using Unity 2020.3.8f1 in Android Platform.
- Follow the tutorial in https://killertee.wordpress.com/2021/09/04/unity-play-asset-delivery-and-addressable-assets/