Version: 2017.4
Unity Test Runner utilities
Building a project using IL2CPP

IL2CPP

IL2CPP is a Unity-developed scripting back-end which you can use as an alternative to Mono when building projects for some platforms. When you choose to build a project using IL2CPP, Unity converts IL code (sometimes called CIL - Intermediate Language or Common Intermediate Language) from scripts and assemblies into C++ code, 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.

Note - IL2CPP is only available when building for the following platforms:

  • Android
  • AppleTV
  • iOS*
  • Nintendo 3DS
  • Nintendo Switch
  • Playstation 4
  • Playstation Vita
  • Universal Windows Platform
  • WebGL*
  • Xbox One

*IL2CPP is the only scripting back end available when building for iOS and WebGL.


• 2017–05–16 Page amended

Unity Test Runner utilities
Building a project using IL2CPP