Breaking Changes
- Fixed typo
TweenCancelBehaviour.CompleteWithSeqeunceCallbackAndCancelAwait
->TweenCancelBehaviour.CompleteWithSequenceCallbackAndCancelAwait
UniTask.Run
is now obsolete, useUniTask.RunOnThreadPool
orUniTask.Create
instead.UniTask.WaitForEndOfFrame
is now obsolete, useUniTask.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
- @oktomus made their first contribution in #266
- @cjaligaga made their first contribution in #327
- @yellowisher made their first contribution in #280
- @satanabe1 made their first contribution in #300
- @SolidAlloy made their first contribution in #323
Full Changelog: 2.2.5...2.3.1