https://github.com/gameworkstore/com.google.play.assetdelivery
Wrapper over original package distribution. This repository replicates the licence terms of his original distribution location. For more information check https://firebase.google.com/terms and https://firebase.google.com/support/release-notes/unity
https://github.com/gameworkstore/com.google.play.assetdelivery
Last synced: about 1 year ago
JSON representation
Wrapper over original package distribution. This repository replicates the licence terms of his original distribution location. For more information check https://firebase.google.com/terms and https://firebase.google.com/support/release-notes/unity
- Host: GitHub
- URL: https://github.com/gameworkstore/com.google.play.assetdelivery
- Owner: GameWorkstore
- License: other
- Created: 2021-05-21T20:18:17.000Z (about 5 years ago)
- Default Branch: upm
- Last Pushed: 2024-12-07T12:33:16.000Z (over 1 year ago)
- Last Synced: 2025-03-01T13:42:17.969Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Google Play Asset Delivery Plugin for Unity
*com.google.play.assetdelivery*
## Overview
Play Asset Delivery enables AssetBundles and other assets to be packaged into
an Android App Bundle and delivered through Google Play.
Refer to the
[documentation](//developer.android.com/guide/playcore/asset-delivery/integrate-unity)
and
[Runtime API reference](//developer.android.com/reference/unity/namespace/Google/Play/AssetDelivery)
for more information.
## Known Issues
- Recent versions of Unity can include a version of the Play Core library that conflicts with the one specified by this
plugin.
See [the Google Play Plugins for Unity README](https://github.com/google/play-unity-plugins/blob/master/README.md#play-core-conflicts)
for details.