github Cysharp/UniTask 2.0.3-preview4
Ver 2.0.3-preview4

latest releases: 2.5.10, 2.5.9, 2.5.8...
pre-release4 years ago

This version is preview, if you want to use stable version, check 1.3.1.

2.0.x has many breaking changes, see 2.0.0-preview1 release notes.

Changed

  • Modified directory structure, under Runtime and Edtiro directory to follow standard UPM design

UniTask.Linq

preview4 new feature, Cysharp.Threading.Tasks.Linq, it includes asynchronous LINQ(push-based Rx vs pull-based async linq).

  • UniTaskAsyncEnumerable, standard factory and all linq operators.
  • Unity specified factory generator EveryUpdate, Timer, TimerFrame, Interval, IntervalFrame.
  • uGUI component has ***AsAsyncEnumerable that converts event to async stream.
  • All async triggers(Cysharp.Threading.Tasks.Triggers) implements IUniTaskAsyncEnumerable<T>, all triggers can query LINQ.

image

Don't miss a new UniTask release

NewReleases is sending notifications on new releases.