Search Unity

Unity Cache Question in webplayer

Discussion in 'Editor & General Support' started by Ohms, Jun 21, 2013.

  1. Ohms

    Ohms

    Joined:
    May 3, 2009
    Posts:
    36
    Hi,

    I've got some questions about the way unity use cache with the www.LoadFromCacheOrDownload.

    If i deploy my application in standalone mode, the assetbundles will use the unity cache. But if my application is deploy on webplayer, it'll use the web browser cache.

    Is that normal ? Is there a way to force the using of unity cache instead of the web browser cache in webplayer ?

    Thanks.