Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Il2CppCodeGeneration

Options to control code generation for IL2CPP compiler.
Read time 1 minuteLast updated 4 days ago

Definition

public enum Il2CppCodeGeneration

Fields

Value

Description

OptimizeSizeIL2CPP compiler will generate code optimized for build size and build time.
OptimizeSpeedIL2CPP compiler will generate code optimized for runtime performance.