UniIx
Interactive Extensions for Unity for Unity
Install / Use
/learn @mob-sakai/UniIxREADME
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
- Copy .cs files from Interactive Extensions.
- Paste to Assets/UniIx directory.
- Convert
nameof(xxx)to"xxx"in .cs files. - Comment
Do<TSource>(this IEnumerable<TSource> source, IObserver<TSource> observer)method inDo.cs.
License
This library is under the MIT License.
