UniTask Versions Save

Provides an efficient allocation free async/await integration for Unity.

2.5.4

1 month ago

What's Changed

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.5.3...2.5.4

2.5.3

3 months ago

Quick fix, Addressable autoReleaseWhenCancelled -> autoReleaseWhenCanceled

2.5.2

3 months ago

What's Changed

Breaking Changes

  • UniTask.ValueTask convert introduced in v2.5.1 is enabled only UNITY_2022_3_OR_NEWER

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.5.1...2.5.2

2.5.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.5.0...2.5.1

2.5.0

6 months ago

What's Changed

Breaking changes

  • In this version, AsyncOperation.completed handler is used to determine the completion of an AsyncOperation. Previously, AsyncOperation.isDone was used in PlayerLoop. This change may result in slightly different timing for await completion.
  • For some AsyncEnumerable factories that use PlayerLoop. When MoveNextAsync is canceled, ObjectDisposableException was not thrown before, but now it is to throw it.

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.4.1...2.5.0

2.4.1

7 months ago

What's Changed

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.4.0...2.4.1

2.4.0

7 months ago

What's Changed

Features

Bug fixes

Breaking changes

Improvements

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.3.3...2.4.0

2.3.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.3.2...2.3.3

2.3.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.3.1...2.3.2

2.3.1

2 years ago

Breaking Changes

  • Fixed typo TweenCancelBehaviour.CompleteWithSeqeunceCallbackAndCancelAwait ->TweenCancelBehaviour.CompleteWithSequenceCallbackAndCancelAwait
  • UniTask.Run is now obsolete, use UniTask.RunOnThreadPool or UniTask.Create instead.
  • UniTask.WaitForEndOfFrame is now obsolete, use UniTask.WaitForEndOfFrame(MonoBehaviour) instead.

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/UniTask/compare/2.2.5...2.3.1