Skip to content

Ver.2.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 10:02

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