Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Debug

Debug mode enables C# debugging but reduces C# performance.
Read time 1 minuteLast updated 6 days ago

Definition

Debug = 1

Remarks

Debug mode does not perform optimizations when compiling scripts, but does add debug information to the C# Intermediate Language.