- Home /
Load Scene from Asset Bundle?
Hi everyone!
I made a project that starts on level 1.
I have compiled an asset bundle containing 5 more scenes and uploaded it to my server (150MB).
I want to download and load level 2 contained in the bundle on the server.
When I first start my game should I start downloading the bundle so it is available when users need to load level 2? Or should I do it on the fly?
Thanks for reading - have a good weekend!
It looks like creating a separate bundle for each scene might work better as my scenes must be unlocked in order.
Is this the appropriate method? I see mentions of loading async.
Anyway, any workflow suggestions are much appreciated. Thanks again!
Your answer
Follow this Question
Related Questions
How to import the object from server to unity 2 Answers
Write Downloaded AssetBundle to Local Storage 4 Answers
Using Shaders in AssetBundles that weren't in the original app store build 1 Answer
asset bundle create and download from server(IOS) 1 Answer
Crash in ScriptingUtility.h line 231 0 Answers