juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 504 forks source link

How to have On demand download assets #923

Open a-devcoder opened 5 months ago

a-devcoder commented 5 months ago

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

timbotimbo commented 4 months ago

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.

Ahmadre commented 1 month ago

@juicycleff we have a ExportAddressables method in our Unity Export Scripts. Do you know if this is relatable to this issue? Is it for this use-case?