is there a way to embed some bundles into the build but not all?

Seems like we’ve figured out over here how to embed Addressables into the build, and how to download Addressables. But we’re not sure how to do both - it seems to be an either/or situation. Am I wrong?

It would be great if we could set everything up to be addressable and then just mix and match what gets packed into the build vs downloaded off the wire. especially for mobile, this would be really handy as we might need to tweak this again and again to keep App Store size down. Thanks!

I implemented a custom solution.

  1. Mark the group that needs to be in the build package and modify the local load path.
  2. Build the package
  3. Modify the group that needs to be updated remotely as a remote group (including the group modified in step 1)