UniRx 5.4.1
Reactive Extensions for Unity. This is .NET 3.5 subset of UniRx.
Install-Package UniRx -Version 5.4.1
dotnet add package UniRx --version 5.4.1
<PackageReference Include="UniRx" Version="5.4.1" />
paket add UniRx --version 5.4.1
Release Notes
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
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.

