SkillAgentSearch skills...

UniIx

Interactive Extensions for Unity for Unity

Install / Use

/learn @mob-sakai/UniIx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1mo ago
Forks4

Languages

C#

Security Score

90/100

Audited on Jan 30, 2026

No findings