0
votes

guys I need a help with Unity Asset Bundle I want to load my models from server like website, Google Drive (For Test) and also from Android mobile Internal or External Storage. Please Help me

1
so what is your question? - derHugo
Welcome to StackOverflow! This community is about questions regarding specific code related problems - not for doing code requests or "please code this for me" posts. Please go through What topics can I ask about here and How do I ask a good question? and come back with a specific coding related issue providing a Minimal, Complete and Verifiable Example - derHugo

1 Answers

0
votes

The recommended approach is to use the Addressable system. Learn about it here: https://docs.unity3d.com/Packages/[email protected]/manual/index.html

It's common to serve asset bundles from Amazon S3, but you have other options as well. I believe Unity has their own service now too.