Hello,
my question is “Can I download items as prefab in game (Add in AssetBundle) via distant server in C#? And How ?”,
and it’s possible to download texture (HD to 2K,4K,8K) and apply it permanently?
Merci, d’avance.
You can download entire asset bundles and then load the prefab. You can’t download individual assets, such as a prefab, directly from a remote asset bundle (at the time of writing).
Unity Technologies is currently working on a solution to make this a whole lot easier, they call it Addressables:
1 Like