Console
Manual     Reference     Scripting   
Unity Manual > Advanced > Debugging > Console

Console

Double-clicking an error in the Status Bar or choosing Window->Console will bring up the Console.


Console in the editor.

The Console shows messages, warnings, errors, or debug output from your game. You can define your own messages to be sent to the Console using Debug.Log(), Debug.LogWarning, or Debug.LogError(). You can double-click any message to be taken to the script that caused the message. You also have a number of options on the Console Toolbar.

Console control toolbar helps your filter your debug output.

Page last updated: 2011-11-16