Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 852 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 852 Bytes

UniIx - Interactive Extensions for Unity

Interactive Extensions (Ix) is a library which extends LINQ to Objects to provide many of the operators available in Rx but targeted for IEnumerable.

Installation

Use UniIx.unitypackage to install.

How To Update UniIx

  1. Copy .cs files from Interactive Extensions.
  2. Paste to Assets/UniIx directory.
  3. Convert nameof(xxx) to "xxx" in .cs files.
  4. Comment Do<TSource>(this IEnumerable<TSource> source, IObserver<TSource> observer) method in Do.cs.

License

This library is under the MIT License.

Some code is borrowed from Rx.NET and mono/mcs.