UniRx 5.2.0
See the version list below for details.
dotnet add package UniRx --version 5.2.0
NuGet\Install-Package UniRx -Version 5.2.0
<PackageReference Include="UniRx" Version="5.2.0" />
paket add UniRx --version 5.2.0
#r "nuget: UniRx, 5.2.0"
// Install UniRx as a Cake Addin #addin nuget:?package=UniRx&version=5.2.0 // Install UniRx as a Cake Tool #tool nuget:?package=UniRx&version=5.2.0
Reactive Extensions for Unity. This is .NET 3.5 subset of UniRx.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on UniRx:
Repository | Stars |
---|---|
Cysharp/MessagePipe
High performance in-memory/distributed messaging pipeline for .NET and Unity.
|
|
YARC-Official/YARG
YARG (a.k.a. Yet Another Rhythm Game) is a free, open-source, plastic guitar game that is still in development. It supports guitar (five fret), drums (plastic or e-kit), vocals, pro-guitar, and more!
|
Add : ReactiveProperty, ReactiveCollection, ReactiveDictionary
Add : Observable.Pairwise overload(returns Pair[T])
Add : Observable.ContinueWith
Add : Observable.Share
Add : Observable.ZipLatest
Add : Observable.WithLatestFrom
Add : Observable.TakeLast
Add : Observable.GroupBy
Add : IObserver.Synchronize
Add : ISubject.Synchronize
Fix : Subscribe() throw exception on OnError (this is degraded from UniRx 5.0)
Breaking Changes : Buffer(windowBoundaries), Buffer(timeSpan, count) should publish value when buffer is empty.