Important Note
Previous 2.0.x releases does not work correctly on IL2CPP release build under a specific condition.
This version is fixed it so be sure to use this.
Currently, a side effect of the fix is that one allocation may occur in IL2CPP builds.
- Fix unobserved exception shows error in UniTaskTracker window
- Fix
ToCoroutine
does not throws exception when error detected - Add
UniTask.NextFrame
- Add
UniTask.WaitForEndOfFrame
- Add
UniTask.WaitForFixedUpdate
- Breaking Changes:
WithCancellation
is returned from native timing of PlayerLoop - Breaking Changes:
UniTask.Delay/DelayFrame
,UniTaskAsyncEnumerable.Timer/Interval/TimerFrame/IntervalFrame
always skip initial frame