Release
Release mode disables C# debugging but improves C# performance.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
Release = 2
Remarks
Release mode performs optimizations when compiling scripts, but does not add debug information to the C# Intermediate Language. These compiler optimizations affect C# Intermediate Language size, speed and efficiency.