Version: 5.5

Debug.developerConsoleVisible

Switch to Manual
public static bool developerConsoleVisible ;

Description

Reports whether the development console is visible. The development console cannot be made to appear using:

As it will automatically appear once an error has been logged. For example:

          Debug.LogError( "I am an Error" );

However, you can close the development console once opened by using: