Search Unity

Number of Scenes per Asset Bundles in v5

Discussion in 'Scripting' started by Gaski, Mar 4, 2015.

  1. Gaski

    Gaski

    Joined:
    Jul 25, 2011
    Posts:
    84
    Is there a limit of 1 scene per asset bundle in Unity 5 (that didn't exist in v4). My current project (in v4) packages multiple scenes into asset bundles and all worked fine. However in Unity 5 it seems I can only load the first scene or sometimes just get an error (not added to build settings) if multiple scenes are in the asset bundle.

    I have been unable to find any mention of this in the new Unity 5 docs....could someone please clarify.

    If this is not the case then is there an additional process for loading / adding scenes to asset bundles with the new v5 system. Been scratching my head for hours over this. Non Scene asset bundles are all working fine for me.

    Thx
     
  2. NoseKills

    NoseKills

    Joined:
    Jun 4, 2013
    Posts:
    25
    Same problem here. I havent used assetbundles in this project with Unity 4 so i can't say anything about that. But with unity 5 i'm able to make 1 scene bundles and use them Ok. If i put many scenes in the bundle, any scene i load from it has missing textures and scripts etc...