Skip to content
DucNV_2000 edited this page Oct 31, 2024 · 2 revisions

High performance Linq for Unity

Improved performance when using Linq with Mobile (il2cpp).

To use it instead of using System.Linq change it to VirtueSky.Linq

It will be a little different from System.Linq that Select is replaced with Map, and Where is changed to Filter

Clone this wiki locally