github Cysharp/UniTask 2.2.1
Ver.2.2.1

latest releases: 2.5.10, 2.5.9, 2.5.8...
4 years ago

New TimeoutController and document of best practice for timeout handling, see ReadMe#Timeout section.
New PlayerLoopHelper.Initialize(InjectPlayerLoopTimings) improve performance, see ReadMe#PlayerLoop section.

  • Breaking Changes: UniTask.WithCancellation is renamed to AttachExternalCancellation
  • Breaking Changes: AsyncOperation.WithCancellation simply becomes shorthand of ToUniTask(cancellationToken)
  • Add: TimeoutController for zero allocation timeout handling
  • Add: PlayerLoopHelper.Initialize(InjectPlayerLoopTimings)
  • Improved: UniTask.Delay automatically fallback to DelayType.Realtime when run on EditMode

Don't miss a new UniTask release

NewReleases is sending notifications on new releases.