Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 371 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 371 Bytes

IL2CPP

IL2CPP is Unity AOT compiler translates Intermediate Language (IL) from .NET compilers into C ++ code. The executable library provides tools such as a garbage collector, platform independent access to streams and files, and internal call implementations (native code that modifies managed data structures directly).