Search Unity

Import Unity Scene in UnityPlayer(Android/iOS) Cardboard and DayDream

Discussion in 'Daydream' started by unity_wCOg2tum6DKo5Q, Jan 24, 2018.

  1. unity_wCOg2tum6DKo5Q

    unity_wCOg2tum6DKo5Q

    Joined:
    Jan 10, 2018
    Posts:
    1
    I have multiple scene in my project and I don't want to embed all scene in apk because of size of application. I want to import the .unityproject or unity scene dynamically(download from internet) and render it in app. Is it possible ?
    Do we have any other possible way to implement this?

    Thanks in advance.
     
  2. Claytonious

    Claytonious

    Joined:
    Feb 16, 2009
    Posts:
    904
    Yes. Use asset bundles. One type of asset bundle is a "scene asset bundle", which is what you want. There is a lot to know about using asset bundles properly, but thankfully most of it is actually documented now.

    https://docs.unity3d.com/Manual/AssetBundlesIntro.html.