Search Unity

Addressables DownloadDependenciesAsync returns starts with a value of 0.75 for PercentComplete.

Discussion in 'Addressables' started by KingMidKing, Oct 14, 2020.

  1. KingMidKing

    KingMidKing

    Joined:
    Oct 30, 2017
    Posts:
    21
    The AsyncOperationHandle returned by DownloadDependenciesAsync every time I call the AsyncOperationHandle at the beginning of the PercentComplete value is 0.75, Addressables version 1.16
     
  2. xifeng8445

    xifeng8445

    Joined:
    Mar 12, 2019
    Posts:
    2
  3. Pe1man

    Pe1man

    Joined:
    Jan 10, 2016
    Posts:
    18
    Use the following:
    Code (CSharp):
    1. Addressables.DownloadDependenciesAsync("Whatever").GetDownloadStatus().Percent
     
    KingMidKing and AriyaSD like this.