

Use the Play Asset Delivery plugin for Unity to download asset packs.Create asset packs for use with Play Asset Delivery.Install the Unity packages for Play Asset Delivery.In this codelab, you'll be learning how to: You'll be taking a Unity project and modifying it to use Play Asset Delivery to manage distribution of its assets. This optimizes install size, since unused compression formats are not downloaded. At install time, Google Play will select the appropriate compression format for a specific device and only download and install texture assets matching the selected compression format. With TCFT, you can include multiple versions of texture assets using different texture compression formats inside your asset packs. Play Asset Delivery includes a feature called Texture Compression Format Targeting (TCFT). All asset packs are hosted and served on Google Play so you don't need to use a content delivery network (CDN) to get your game resources to players. It has a small API footprint and is free to use.

Play Asset Delivery offers developers flexible delivery methods and high performance. Play Asset Delivery is Google Play's solution for delivering large amounts of game assets by extending the Android App Bundle format. Last Updated: What is Play Asset Delivery
