Search Unity

Remote group synchronization loading

Discussion in 'Addressables' started by zhuxianzhi, Sep 19, 2019.

  1. zhuxianzhi

    zhuxianzhi

    Joined:
    Mar 30, 2015
    Posts:
    122
    Even if I downloaded the remote group in advance using Addressables.DownloadDependenciesAsync (the LoadPath of the AssetGroup is set to RemoteLoadPath)
    But in the SyncBundleProvider class
    provideHandle.Location.InternalId is a http:// XX address. AssetBundle.LoadFromFile(InternalId) cannot be loaded synchronously.
    How to synchronously load a remote AssetGroup that has been downloaded to the local?
     
    Last edited: Sep 19, 2019
  2. Favo-Yang

    Favo-Yang

    Joined:
    Apr 4, 2011
    Posts:
    464
    Search synchronous or sync + load on the sub-forum, will lead you to a few related threads with half-baked solution.