Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to have On demand download assets #923

Open
a-devcoder opened this issue Feb 4, 2024 · 1 comment
Open

How to have On demand download assets #923

a-devcoder opened this issue Feb 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@a-devcoder
Copy link

Is there a provision to have on demand download all the assets based on users request.?

@timbotimbo timbotimbo added the question Further information is requested label Feb 15, 2024
@timbotimbo
Copy link
Collaborator

Unity Adressables should allow you to download remote assets.
You will have to adjust your Unity workflow to load assets into memory from local or remote storage.

As far as I know, nobody has gotten Asset splitting to work, which is the classic way for asset packs and APK extensions etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants