public static void OpenPlayerConsole() { if (!ShouldShowPlayerConsole) { return; } BluInternalEditorUtility.OpenPlayerConsole(); }
public static void OpenEditorConsole() { BluInternalEditorUtility.OpenEditorConsole(); }