Search Unity

(Case 1115494) Playmode: virtual never ends loading

Discussion in 'Addressables' started by MNNoxMortem, Jan 9, 2019.

  1. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    Playmode: packed and Playmode: fast work but Playmode: virtual never finishes. There is no no exception or error in the logs either.


    Code (CSharp):
    1. var progress = Addressables.LoadAsset<AddressableSceneList>(roomContextRef);
    2. progress.Completed += OnAddressableSceneListReceived;
     
  2. DaegeunPark

    DaegeunPark

    Joined:
    Jul 28, 2016
    Posts:
    7
    same error!
    Playmode: fast work but Playmode: virtual never finishes and Playmode: packed print exception log.
    my guess is that can not load the Prefab Variant.
     
    Last edited: Jan 9, 2019
    MNNoxMortem likes this.
  3. wheee09

    wheee09

    Joined:
    May 21, 2018
    Posts:
    68
    Yup, same here! I spent the past hour looking into this ugh. It doesn't get into the callback function at all.