2.3.1
版本发布时间: 2022-03-03 07:12:35
Cysharp/UniTask最新发布版本:2.5.10(2024-10-03 08:55:08)
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 https://github.com/Cysharp/UniTask/pull/266
- chore: remove setup-dotnet by @guitarrapc in https://github.com/Cysharp/UniTask/pull/284
- chore: add intellisense xml to nuget by @guitarrapc in https://github.com/Cysharp/UniTask/pull/285
- Update README.md by @cjaligaga in https://github.com/Cysharp/UniTask/pull/327
- [DoTween]: fix "AwaitFor~" extensions ignore original callback by @yellowisher in https://github.com/Cysharp/UniTask/pull/280
- Fix BadImageFormatException when StackTrace captured on UniTaskTracker by @satanabe1 in https://github.com/Cysharp/UniTask/pull/300
- Fix exceptions never being reported when UniTask is executed without await and Forget() by @SolidAlloy in https://github.com/Cysharp/UniTask/pull/323
New Contributors
- @oktomus made their first contribution in https://github.com/Cysharp/UniTask/pull/266
- @cjaligaga made their first contribution in https://github.com/Cysharp/UniTask/pull/327
- @yellowisher made their first contribution in https://github.com/Cysharp/UniTask/pull/280
- @satanabe1 made their first contribution in https://github.com/Cysharp/UniTask/pull/300
- @SolidAlloy made their first contribution in https://github.com/Cysharp/UniTask/pull/323
Full Changelog: https://github.com/Cysharp/UniTask/compare/2.2.5...2.3.1
1、 UniTask.2.3.1.unitypackage 188.39KB
2、 UniTask.Analyzer.dll 6.5KB