Debug
Debug mode enables C# debugging but reduces C# performance.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
Debug = 1
Remarks
Debug mode does not perform optimizations when compiling scripts, but does add debug information to the C# Intermediate Language.