DelphiWorlds/Codex

[Asset Packs] Add feature to support Play Asset Delivery

Closed this issue · 2 comments

As per title - A new feature is in the works to support Play Asset Delivery which supersedes the old APK Expansion support.

Since Delphi does not support Play Asset Delivery "out-of-the-box", this feature will execute bundling (i.e. creating the .aab file) additional to the Delphi IDE. The plan is to make the whole process as seamless as possible, e.g:

  1. Use an "asset packs" manager in Codex to create the desired packs
  2. Add the assets to the packs
  3. Build/Deploy the aab with the Delphi IDE (a necessary first step)
  4. Using Codex, rebuild the aab to include the asset packs
  5. Optionally install the aab to the device for local testing

Work in progress teaser:

image

More work in progress:

image