Skip to content

Ver.2.0.21

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 14:08
· 499 commits to master since this release

Add: UniTask.ToCancellationToken
Breaking Changes: Removed UniTask.DelayRealtime(), changed to UniTask.Delay(delayType: DelayType.Realtime)
Breaking Changes: Removed UniTask.Timeout(bool ignoreTimeScale), changed to Timeout(DelayType delayType)
Breaking Changes: Removed CancellationTokenSource.CancelAfterSlim(bool ignoreTimeScale), changed to CancelAfterSlim(DelayType delayType)