Il2CppCodeGeneration
Options to control code generation for IL2CPP compiler.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public enum Il2CppCodeGeneration
Fields
Value | Description |
|---|---|
| OptimizeSize | IL2CPP compiler will generate code optimized for build size and build time. |
| OptimizeSpeed | IL2CPP compiler will generate code optimized for runtime performance. |