- Home /
Question by
rainbow_design · Dec 30, 2016 at 11:18 AM ·
unity 5assetbundle
Assetsbundle in subfolder
When i want to download an asset bundle with webgl:
WWW www = WWW.LoadFromCacheOrDownload (url, 1);
Where the bundle would be either in the same folder as index.htm or in a subfolder.
lets call it asset1 What string (url) would i need to be able to access it?
Comment
Your answer
Follow this Question
Related Questions
Building Asset Bundles requires Unity Advanced for AndroidPlayer 1 Answer
Missing Scripts in AssetBundles 0 Answers
Loading scenes from assetbundle in Android 0 Answers
why UnloadUnusedAssets doesn't unload a asset? 0 Answers
Unity 5 Asset Bundles - missing specific sprites from downloaded scene? 0 Answers