github Cysharp/UniTask 2.3.1
Ver.2.3.1

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

  • Fix UniTask.DelayFrame run on UnityEditor correctly
  • Fix IObservable.ToUniTask does not propagate unobserved exception
  • Add UniTask.WaitForEndOfFrame(MonoBehaviour)
  • Fix wording and code instructions for -batchmode usage by @oktomus in #266
  • chore: remove setup-dotnet by @guitarrapc in #284
  • chore: add intellisense xml to nuget by @guitarrapc in #285
  • Update README.md by @cjaligaga in #327
  • [DoTween]: fix "AwaitFor~" extensions ignore original callback by @yellowisher in #280
  • Fix BadImageFormatException when StackTrace captured on UniTaskTracker by @satanabe1 in #300
  • Fix exceptions never being reported when UniTask is executed without await and Forget() by @SolidAlloy in #323

New Contributors

Full Changelog: 2.2.5...2.3.1

Don't miss a new UniTask release

NewReleases is sending notifications on new releases.