mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-19 06:40:21 +00:00
Fix Unity 2020 IL2Cpp UniTask Bug
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Cysharp.Threading.Tasks
|
||||
result.completed = false;
|
||||
TaskTracker.TrackActiveTask(result, 3);
|
||||
|
||||
if(progress is not null)
|
||||
if(progress != null)
|
||||
{
|
||||
PlayerLoopHelper.AddAction(timing, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user