Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbold committed Dec 6, 2021
1 parent 7c547bf commit 475bf05
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
###### 2021.12.06 [v1.0.0]

```
Update readme
```

###### 2021.12.06 [v1.0.0]

```
Initial release
```
Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# ANE-PlayAssetDelivery

Play Asset Delivery ANE
<p align="center">
<a href="https://airsdk.dev" rel="noopener" target="_blank">
<img width="150"
src="https://raw.githubusercontent.com/airsdk/airsdk.dev/main/static/images/air-logo.png"
alt="AIR SDK logo">
</a>
</p>

# Play Asset Delivery ANE

> Play Asset Delivery (PAD) brings the benefits of app bundles to games. It allows games larger than 150MB to replace legacy expansion files (OBBs) by publishing a single artifact to Play containing all the resources the game needs. PAD offers flexible delivery modes, auto-updates, compression, and delta patching, and is free to use. Using PAD, all asset packs are hosted and served on Google Play removing the need to use a content delivery network (CDN) to get your game resources to players.
>
> Play Asset Delivery uses asset packs, which are composed of assets (such as textures, shaders, and sounds), but no executable code. Through Dynamic Delivery, you can customize how and when each asset pack is downloaded onto a device according to three delivery modes: install-time, fast-follow, and on-demand.
>

This AIR native extension brings the ability to access your assets at runtime in your AIR application.

More information on Play Asset Delivery:
- [Google documentation](https://developer.android.com/guide/playcore/asset-delivery)
- [Extension documentation](https://github.com/airsdk/ANE-PlayAssetDelivery/wiki)

0 comments on commit 475bf05

Please sign in to comment.