Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Release

Release mode disables C# debugging but improves C# performance.
Read time 1 minuteLast updated 4 days ago

Definition

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.