Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 619 Bytes

UniLinq (Obsolete)

UniLinq was class library for LINQ to Objects on Unity GameEngine without Exceptions related AOT compiler bug. Unity has AOT compioler bug. Runtime error happens when we use LINQ method under certain conditions with AOT compiler bug.

Now we use IL2CPP for iOS and other platforms that we used AOT compile on before. So we can use LINQ safely without AOT compiler bug.

UniLinq becomes Obsolete.

Author

Ryota Murohoshi is game Programmer in Japan.

License

This library is under MIT License.