Load Scene from URL

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By adikhel

Can I load a scene from a server like Unity Asset bundles?

What I want to achieve:

  1. A small apk which a user will download
  2. This app will have multiple levels. But each level will only be downloaded when required i.e. user will be given an option to download each scene.

User will only be able to play the level after downloading the scene from the server.

Any advice?