UniRx 5.4.0
See the version list below for details.
dotnet add package UniRx --version 5.4.0
NuGet\Install-Package UniRx -Version 5.4.0
<PackageReference Include="UniRx" Version="5.4.0" />
paket add UniRx --version 5.4.0
#r "nuget: UniRx, 5.4.0"
// Install UniRx as a Cake Addin #addin nuget:?package=UniRx&version=5.4.0 // Install UniRx as a Cake Tool #tool nuget:?package=UniRx&version=5.4.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
This package is not used by any popular GitHub repositories.
Improvement: Where().Select(), Select().Where() peformance was optimized that combine funcs at internal
Improvement: Observable.Return performance was optimized that reduced memory cost
Improvement: Observable.Return(bool) was optimzied perofmrance that allocate zero memory
Improvement: Observable.ReturnUnit was optimzied perofmrance that allocate zero memory
Improvement: Observable.Empty was optimzied perofmrance that allocate zero memory
Improvement: Observable.Never was optimzied perofmrance that allocate zero memory
Improvement: ReactiveCollection, ReactiveDictionary implements dispose pattern
Fix: Remove indexer.set of IReadOnlyReactiveDictionary