Search Unity

[SOLVED]Can't load scene from URL but other bundles load fine from same URL

Discussion in 'Addressables' started by jipsen, Apr 17, 2020.

  1. jipsen

    jipsen

    Joined:
    May 22, 2018
    Posts:
    37
    Exception encountered in operation Resource<IAssetBundleResource>(myscene_scenes_all_7f8c12584a9075944cc8b95b745b2310.bundle): RemoteAssetBundleProvider unable to load from url https://mysite.com/addressables/Android/myscene_scenes_all_7f8c12584a9075944cc8b95b745b2310.bundle, result='HTTP/1.1 404 Not Found'.
    UnityEngine.AsyncOperation:InvokeCompletionEvent()

    I keep getting this error. I'm trying to load a scene using addressables on my web server but it won't load. The strange thing is, I have another bundle with gameobjects and that loads perfectly fine from the same URL. Any ideas?

    Using Unity 2019.3.0f6 and Addressables 1.7.5