Skip to content

Commit

Permalink
Update Loading WaitAsyncIsDone
Browse files Browse the repository at this point in the history
  • Loading branch information
duyca committed Oct 16, 2023
1 parent ed09196 commit eead45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public override void BeginUnloadAsync(Scene scene)
public override async UniTask WaitAsyncIsDone()
{
foreach (var ao in _loadAsyncHandles)
await ao;
await UniTask.WaitUntil(() => ao.IsDone);
}
}
}
2 changes: 1 addition & 1 deletion Assets/FishNet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.fishnet",
"displayName": "FishNet - Unity Networking Evolved",
"description": "FishNet - Unity Networking Evolved",
"version": "3.7.25",
"version": "3.7.26",
"unity": "2021.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit eead45d

Please sign in to comment.