It seems --enable-on-demand-resources YES is not used anywhere in actool.bzl, so I believe on-demand resources are not supported currently.
It's probably non trivial to add the support, as it also requires generating a AssetPackOutputSpecifications.plist for --asset-pack-output-specifications argument.
It seems
--enable-on-demand-resources YES
is not used anywhere in actool.bzl, so I believe on-demand resources are not supported currently.It's probably non trivial to add the support, as it also requires generating a AssetPackOutputSpecifications.plist for
--asset-pack-output-specifications
argument.