1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add support for Play Asset Delivery.

This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs.
This commit is contained in:
ne0fhyk
2021-09-09 19:55:42 -07:00
parent 32f8f74d83
commit 5bbfe0b5a8
8 changed files with 50 additions and 13 deletions

View File

@@ -72,6 +72,8 @@ android {
targetCompatibility versions.javaVersion
}
assetPacks = [":assetPacks:installTime"]
defaultConfig {
// The default ignore pattern for the 'assets' directory includes hidden files and directories which are used by Godot projects.
aaptOptions {