Search Unity

Can i place asset bundles directly in Unity`s cache folder, when i install a game?

Discussion in 'Scripting' started by ayrton2389, Mar 4, 2014.

Thread Status:
Not open for further replies.
  1. ayrton2389

    ayrton2389

    Joined:
    Oct 25, 2013
    Posts:
    26
    We are making most of our game assets as bundles, so it would be easier to make quick changes, without going through the AppStore review process. We are using the WWW.LoadFromCacheOrServer function.

    Thing is, for the very first version of the assets, we would like the users to download them from the AppStore. We want them to download the full game, so they can jump right into it and play when their appstore download is done.

    My question is, can we somehow place the bundles directly in Unity`s cache folder, the same place where bundles are stored for WWW.LoadFromCacheOrServer() function, when the user downloads/installs the game?
     
  2. damian.doroba

    damian.doroba

    Joined:
    Apr 4, 2013
    Posts:
    36
    You can put it into StreamingAssets directory
     
  3. ayrton2389

    ayrton2389

    Joined:
    Oct 25, 2013
    Posts:
    26
    Gonna investigate that, thanks!
     
  4. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
Thread Status:
Not open for further replies.