- Home /
asset bundles download problem
Hi guys, I'm in need of some much appreciated help here.
I'm using asset bundles to load some assets into my game and I have troubles when I try to download them in the web player build. The server I use has the crossdomain.xml file in the root directory and everything works perfectly fine from the editor, even if I put a random host url.
I tried using wireshark for debugging and the http request for get crossdomain.xml is getting an ok response in both cases, but in the case of the web player, the next tcp request doesn't get any answer and everything just freezes from then on.
I hope you guys can give some suggestions. Thanks.
Can you successfully download the assetbundle using your web browser? If it cannot download the assetbundle, then Unity webplayer won't be able to either.
No, I can't download it using the browser. I get a "failed to initialize player's 3d settings" error
Your answer
Follow this Question
Related Questions
webplayer crash when use www download assetbundle 0 Answers
Bytes array always empty in WWW object (on WebPlayer) 0 Answers
AssetBundle not loaded in webplayer after refreshing page 0 Answers
Web build: WWW downloads correctly, but www.assetBundle is Null 0 Answers
Can the web player access asset bundles on Amazon S3? 2 Answers