Search Unity

Including Asset Bundle in build

Discussion in 'Editor & General Support' started by jpthek9, May 23, 2016.

  1. jpthek9

    jpthek9

    Joined:
    Nov 28, 2013
    Posts:
    944
    Is it possible to include a default asset bundle in a build? This way, the application can work out of the box and be updated later.
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Yes. What we do is include default bundles in the StreamingAssets folder. These are included as-is in the final build and can be locally loaded at runtime.
     
    BFS-Kyle likes this.