Version: 2018.1
Writing and executing tests in Unity Test Runner
Building a project using IL2CPP

IL2CPP

IL2CPP (Intermediate Language To C++) is a Unity-developed scripting backend which you can use as an alternative to Mono when building projects for various platforms. When building a project using IL2CPP, Unity converts IL code from scripts and assemblies to C++, before creating a native binary file (.exe, apk, .xap, for example) for your chosen platform. Some of the uses for IL2CPP include increasing the performance, security, and platform compatibility of your Unity projects.

For more information about using IL2CPP, refer to the The Unity IL2CPP blog series and the following Unity Manual pages.

See the Scripting Restrictions page for details about which platforms support IL2CPP.


• 2018–03–13 Page amended with limited editorial review

Writing and executing tests in Unity Test Runner
Building a project using IL2CPP