github Cysharp/UniTask 2.5.0
Ver.2.5.0

latest releases: 2.5.10, 2.5.9, 2.5.8...
14 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: 2.4.1...2.5.0

Don't miss a new UniTask release

NewReleases is sending notifications on new releases.