We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f057abf + a2f6f84 commit 9057452Copy full SHA for 9057452
src/UniTask/Assets/Plugins/UniTask/Runtime/External/Addressables/AddressablesAsyncExtensions.cs
@@ -243,7 +243,7 @@ public bool MoveNext()
243
244
if (progress != null && handle.IsValid())
245
{
246
- progress.Report(handle.PercentComplete);
+ progress.Report(handle.GetDownloadStatus().Percent);
247
}
248
249
return true;
@@ -448,7 +448,7 @@ public bool MoveNext()
448
449
450
451
452
453
454
0 commit comments