Search Unity

assetbundle streamingassets folder

Discussion in 'iOS and tvOS' started by arioch82, Apr 11, 2011.

  1. arioch82

    arioch82

    Joined:
    Dec 3, 2009
    Posts:
    253
    Hi,

    I can't find a page in the doc or a thread here in the forum explaining which path should I use to load an asset bundle from the StreamingAssets folder under iOs.

    doesn't seems to work with "file://" + Application.dataPath + "/StreamingAssets/" or "/StreamingAssets/Raw"

    any help/link will be appreciated

    Thank you

    EDIT:

    found it with trial&errors: "file://" + Application.dataPath + "/Raw"
     
    Last edited: Apr 11, 2011